/*
Theme Name: Cyberwehr
Author: pixelpublic GmbH
Author URI: http://www.pixelpublic.de
Description: Template für die Cyberwehr Website
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
.zweispaltig {
    -webkit-colums: 2 260px;
    -moz-column-count: 2;
    -moz-column-width: 260px;
    columns: 2 260px;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em;
}

/* Header */
.top-bar-bg {
    margin-bottom: 60px;
    max-height: 28px;
	
}

.masthead:not(.side-header):not(.mixed-header) .header-bar{
	min-height:132px!important;
}
div.hotline {background-color:#ffcc00; padding: 5px;}
@media screen and (min-width: 779px) {
div.hotline {
	background-color:#ffcc00;
	padding: 18px 30px 18px 30px;
}	
}

div.hotline > a { text-decoration: none !important; color: #3E3D40; font-weight: 700; }
div.hotline > a:hover { color: #3E3D40; opacity: 1;}
/* Hotline-Move */
#contactus {
  transition: 0.3s;
  top: 0;
}
#contactus.fixedcontact {
position: fixed;
    top: 100px;
	right:0;
    transition: 0;
}

/* Button */
.faq-button {border: solid 2px #3E3D40;}
.faq-button:hover {border: solid 2px #ffcc00;}
/*FAQ*/
  .hide-on-first-switch.show-on-second-switch > #contactus > div > a{
	font-size:17px!important;
}
.hide-on-desktop > div > div > a > span{
	padding-left:0px!important;
}
@media screen and (min-width:768px){
#\31 530624595444-40be2fa1-be22 > div.vc_tta-panel-heading > h4 > a > span{
	font-size:22px!important
}}
/* Footer */
#footer .wf-container-footer { display: none; }
