@media all and (min-width: 981px) {
   .kontakt a {
       color: #FF6A10!important; /* Change button text color here */
	   color: #fff!important; /* Change button text color here */
    background-color: #216fed!important; /* Change button background color here */
   
    font-size: 14px!important; /* Change text size here */
    border-radius: 30px!important; /* Set this to 0px if you want a square CTA button */
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-align: center;
    line-height: 9px;
    font-weight: 600;
    padding: 18px 16px!important;
    text-transform: uppercase;
    display: block;
    padding-left: 32px!important;
    padding-right: 32px!important;

	   opacity: 1!important;
	   box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
   }
	
	
	  .kontakt-2 a {

	   color: #fff!important; /* Change button text color here */
    background-color: 	#F38D79!important; /* Change button background color here */
   
    font-size: 14px!important; /* Change text size here */
    border-radius: 30px!important; /* Set this to 0px if you want a square CTA button */
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-align: center;
    line-height: 9px;
    font-weight: 600;
    padding: 18px 16px!important;
    text-transform: uppercase;
    display: block;
    padding-left: 32px!important;
    padding-right: 32px!important;

	   opacity: 1!important;
	   box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
   }
	
	

   .kontakt a:hover {
      opacity: 1!important;
        color: #ffffff!important; /* Change hover button text color here */
        background-color: #36b450!important; /* Change hover button background color here */

     

   }
	
	
	.kontakt-2 a:hover {
      opacity: 1!important;
        color: #ffffff!important; /* Change hover button text color here */
        background-color: #F0C4CE   !important; /* Change hover button background color here */

     

   }
	 .kontakt a:active {
        color: #ffffff!important; /* Change hover button text color here */
 
   }
}


/* Fix the padding in the primary menu to accomodate the button */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
 
/* Make sure that the alignment in the menu is correct */
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    align-items: center;
}



/* Fix the padding in the primary menu to accomodate the button */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
	
}
 
/* Make sure that the alignment in the menu is correct */
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    align-items: center;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li a { 
font-size:16px!important;
color:#282876;
	font-weight:bold;
}