.schreibschrift a, p, h1, h2, h3 {
{
  font-family: 'The Girl Next Door', sans-serif;
}
}
.footerbottom .white_bottom {
    text-align: left;
    color: #fff;
}

.acctab p {
    font-size: 120% !important;
}

.search form input {
    background-color: #a6b9c1 !important;
    border: 1px !important;
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}


.box {
    border-radius: 0;
}
@media all .myform .x-form-label-top .x-form-element {
    border: 1px solid #d0d0d0;
    margin: 4px 0 10px;
    padding: 6px !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-box-shadow: inset #e0e0e0 0 0 20px;
    -moz-box-shadow: inset #e0e0e0 0 0 0px;
    box-shadow: inset #e0e0e0 0 0 20px;
    background: #fdfdfd;
    -webkit-appearance: none;
}
html {
    background: #2b2b2b;
}
.footer {
    height: 0px;
    overflow: hidden;
    padding: 0;
}
#menulangtop {
    display: none;
}
#menulangbottom {
    display: block;
    max-width: 1077px;
    position: absolute;
    top: 0;
    width: 100%;
}
#menulangbottom ul {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 4px 20px 6px 0;
    text-align: right;
}
#menulangbottom ul li.active {
    font-weight: bold;
}
#menulangbottom ul li {
    border-right: 1px solid #555;
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0 8px;
}
#menulangbottom ul li.last {
    border-right: 0px;
    padding: 0 0 0 8px;
}
.ym-wrapper.footerbottom {
    background: #2b2b2b;
    max-width: none !important;
}
.ym-wrapper.footerbottom .footerbottom_content {
    margin: 0 auto;
    max-width: 1056px !important;
    padding-bottom: 25px;
    padding-top: 35px;
}

.ym-wrapper.footerbottom .footerbottom_specific_content {
    margin: 0 auto;
    max-width: 1056px !important;
    padding-bottom: 25px;
    padding-top: 35px;
}

.ym-wrapper.footerbottom .footerbottom_content .ym-g33 a {
    display: block;
}

.ym-wrapper.footerbottom .footerbottom_specific_content .ym-g33 a {
    display: block;
}
body.narrow #menulangbottom {
    display: block;
    max-width: 810px;
    position: absolute;
    top: 0;
    width: 100%;
}
body.narrow .topbanner_wrap {
    max-width: 790px;
}
@media all {
    .topbanner {
        background: #000;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .topbanner_wrap {
        margin: 0 auto;
        max-width: 1056px;
        padding: 2px 20px 4px;
    }
    .topbanner .image {
        margin: 0;
    }
    .topbanner .image a {
        display: inline;
        position: relative;
        z-index: 1;
    }
    .header {
        padding-top: 36px;
    }
    .ym-hlist {
        max-width: 1100px;
    }

    body {
        font-family: "Verdana", Arial, sans-serif;
        color: #555;
    }
    .arrow-down-center-lightgreen {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #94C23E;
        margin-left: auto;
        margin-right: auto;
    }
    .content-bg-lightgreen {
        padding: 10px;
        background-color: #94C23E;
    }
  
      .arrow-down-center-wordpress {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #0073ab;
        margin-left: auto;
        margin-right: auto;
    }
    .content-bg-wordpress {
        padding: 10px;
        background-color: #0073ab;
          color: #fff !important;
    }
  
  .content-bg-wordpres p, .content-bg-wordpres h1, .content-bg-wordpres h2, .content-bg-wordpres h3 {
    color: #fff !important;
}
  
  
    .arrow-down-center-yellow {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #F7BF00;
        margin-left: auto;
        margin-right: auto;
    }
    .content-bg-yellow {
        padding: 10px;
        background-color: #F7BF00;
    }
    #main {
        padding-top: 30px;
    }
    .testimonial {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
        background: #C5C6C5;
        padding: 10px 50px;
        position: relative;
        font-family: Georgia, serif;
        color: #666;
        border-radius: 0px;
        font-style: italic;
        text-shadow: 0 1px 0 #FFF;
        background: #C5C6C5;
        /* Old browsers */
        
        background: -moz-linear-gradient(top, #C5C6C5 0%, #C5C6C5 100%);
        /* FF3.6+ */
        
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7ed5a), color-stop(100%, #C5C6C5));
        /* Chrome,Safari4+ */
        
        background: -webkit-linear-gradient(top, #C5C6C5 0%, #C5C6C5 100%);
        /* Chrome10+,Safari5.1+ */
        
        background: -o-linear-gradient(top, #C5C6C5 0%, #C5C6C5 100%);
        /* Opera 11.10+ */
        
        background: -ms-linear-gradient(top, #C5C6C5 0%, #C5C6C5 100%);
        /* IE10+ */
        
        background: linear-gradient(to bottom, #C5C6C5 0%, #C5C6C5 100%);
        /* W3C */
        
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#C5C6C5', endColorstr='#C5C6C5', GradientType=0);
        /* IE6-9 */
    }
    .testimonial:before,
    .testimonial:after {
        content: "\201C";
        position: absolute;
        font-size: 80px;
        line-height: 1;
        color: #999;
        font-style: normal;
    }
    .testimonial:before {
        top: 0;
        left: 10px;
    }
    .testimonial:after {
        content: "\201D";
        right: 10px;
        bottom: -0.5em;
    }
    .arrow-down {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #C5C6C5;
        margin: 0 0 0 25px;
    }
    .testimonial-author {
        margin: 0 0 0 25px;
        font-family: Mandali, Arial, Helvetica, sans-serif;
        color: #000;
        text-align: left;
    }
    .testimonial-author span {
        font-size: 12px;
        color: #000;
    }
    @media screen and (min-width: 560px) {
        .mobile-on {
            display: none;
        }
    }
    @media screen and (max-width: 560px) {
        .mobile-off {
            display: none;
        }
    }
    @media screen and (min-width: 560px) {
        .wideform {
            width: 60%;
            margin-left: auto;
            margin-right: auto;
        }
    }
    .myform .x-form-label-top .x-form-element {
        border: 1px solid #000000;
        margin: 4px 0 10px;
        padding: 6px !important;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-box-shadow: inset #FFF 0 0 0;
        -moz-box-shadow: inset #FFF 0 0 0;
        box-shadow: inset #FFF 0 0 0;
        background: #FFF;
        -webkit-appearance: none;
    }
    /*----- Tabs -----*/
    
    .tabs {
        width: 100%;
        display: inline-block;
    }
    /*----- Tab Links -----*/
    /* Clearfix */
    
    .tab-links:after {
        display: block;
        clear: both;
        content: '';
    }
    .tab-links li {
        margin: 0px 5px;
        float: left;
        list-style: none;
    }
    .tab-links a {
        padding: 9px 15px;
        display: inline-block;
        border-radius: 0px 0px 0px 0px;
        background: #f2f2f2;
        font-size: 16px;
        font-weight: 600;
        color: #00737E;
        transition: all linear 0.15s;
    }
    .tab-links a:hover {
        background: #dddddd;
        text-decoration: none;
    }
    li.active a,
    li.active a:hover {
        background: #00737E;
        color: #fff;
    }
    /*----- Content of Tabs -----*/
    
    .tab-content {
        padding: 15px;
        border-radius: 0px;
        border: 1px solid #00737E;
        background: #fff;
    }
    .tab {
        display: none;
    }
    .tab.active {
        display: block;
    }
    ul {
        margin-bottom: 0;
    }
    .english-off {
        display: none;
    }
    .german-off {
        display: none;
    }
    /*----- Newsbuttons -----*/
    
    .backbutton {
        background-color: #00737E;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-weight: initial;
        font-style: normal;
        font-family: Verdana;
        padding: 7px 17px;
        text-decoration: none;
        text-shadow: 0px 0px 0px #00737E;
        color: #fff !important;
        text-decoration: none;
        border-top: 0px solid #00737E;
        display: block;
        padding: 0px 0px 0px;
    }
    @media all .backbutton a:hover,
    .news.button a:hover,
    .backbutton a:visited,
    .news.button a:visited {
        color: #fff !important;
        text-decoration: none;
        background: #015259;
        border-top: 0;
    }
    .backbutton:active {
        position: relative;
        top: 1px;
        color: #fff !important;
        text-decoration: none;
        border-top: 0px solid #888;
        display: block;
        padding: 0px 0px 0px;
    }
    .news.button {
        background-color: #00737E;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-weight: initial;
        font-style: normal;
        font-family: Verdana;
        padding: 7px 17px;
        text-decoration: none;
        text-shadow: 0px 0px 0px #000;
        color: #fff !important;
        text-decoration: none;
        border-top: 0px solid #00737E;
        display: block;
        padding: 0px 0px 0px;
    }
    .news.button:hover {
        background-color: #015259;
        color: #fff !important;
        text-decoration: none;
        display: block;
        padding: 0px 0px 0px;
    }
    .news.button:active {
        position: relative;
        top: 1px;
        color: #fff !important;
        text-decoration: none;
        border-top: 0px solid #888;
        display: block;
        padding: 0px 0px 0px;
    }
    .zurueckbutton {
        background-color: #052b49;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: Verdana;
        padding: 7px 17px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #052b49;
    }
    .zurueckbutton:hover {
        background-color: #4b7092;
        color: #ffffff;
    }
    .zurueckbutton:active {
        position: relative;
        top: 1px;
    }
    .zurueckbutton:visited {
        color: #ffffff;
    }
h4 {
font-family: font-family: Verdana;
		font-weight: normal;
		color: #000;
		margin: 0;
		line-height: 1.7em;		
                font-size:150%;
	}

#nav-trigger span {
    font-size: 120%;
    color: #fff;
    background: #7D96A2;
}

.flexi .box h1,
.flexi .box h2,
.flexi .box h3 {
font-size: 100%;
font-weight: bold;
margin: 0 0 0.75em;
}



/* ---------- */



.instructions {
  text-align:center;
  font-size:20px;
  margin: 15vh;
}  

/* //////////////////////////////////////////////////////////////////////////////////////////////
	//   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */
.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 101;
	display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
	display: none;
	position: fixed;
	width: auto;
	max-width: 480px;
	height: 310px;
	top: 50%;
	left: 50%;
	margin-left: -260px;
	margin-top: -180px;
	background-color: #efefef;
	border: 2px solid #333;
	z-index: 102;
	padding: 10px 20px;
}
/*   This is the closing button  */
#btnClose {
	width:100%;
	display: block;
	text-align: right;
	text-decoration: none;
	color: #BCBCBC;
}
/*   This is the closing button hover state  */
#btnClose:hover {
	color: #c90c12;
}
/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
	float: left;
	display: block;
	width: 44%;
	padding: 1% 3%;
	font-size: 18px;
	color: #666;
	clear: left;
}
/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
	color: #444444;
	font-size: 36px;
	line-height: 40px;
}

/* 
////////// MailChimp Signup Form //////////////////////////////
*/

/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
	float: left;
	width: 47%;
	padding: 1%;
	display: block;
	font-size: 16px;
	color: #666;
	margin-left: 1%;
}
/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
	width: 95%;
	height: 30px;
	font-size: 18px;
	padding: 3px;
  margin-bottom: 5px;
}
/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
	border:solid 2px #40c348;
	box-shadow: 0 1px 3px #AAAAAA;
}
/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
	border:solid 2px #40c348;
	box-shadow: none;
}
/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
	width: 100%!important;
	height: 40px!important;
	margin: 10px auto 0 auto;
	background: #5D9E62;
	border: none;
	color: #fff;
}
/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
	background: #40c348;
	color: #fff;
	box-shadow:none!important;
	cursor: pointer;
}
  
  #lightbox-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: url('../filebrowser/Fotolia_75585940_S.jpg');
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}
  
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .equal-grid{display:table!important}
  .equal-grid > div{display:inline!important}
  .equal-grid .ym-gbox{display:block!important}
}
  
  .ib-plus-square li:before, .ib-item li.ib-plus-square:before {
    color: #ffffff;
    font-family: "FontAwesome";
    content: "\f0fe";
}
