/*
Theme Name:     Divi Child
Author:         Elegant Themes
Template: Divi
Text Domain:	   divi-child
Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
*/
/* This file was modified 2019-10-13 by Aspen Grove Studios to customize metadata in header comment */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
	opacity:1;
}
.pt0{
	padding-top: 0!important
}
.pt10{
	padding-top: 10px!important
}
.pt20{
	padding-top: 20px!important
}
.pt30{
	padding-top: 30px!important
}
.pt40{
	padding-top: 40px!important
}
.pt50{
	padding-top: 50px!important
}
.pb0{
	padding-bottom: 0!important
}
.pb10{
	padding-bottom: 10px!important
}
.pb20{
	padding-bottom: 20px!important
}
.pb30{
	padding-bottom: 30px!important
}
.pb40{
	padding-bottom: 40px!important
}
.pb50{
	padding-bottom:50px!important
}
.mt0{
	margin-top: 0!important
}
.mt10{
	margin-top: 10px!important
}
.mt20{
	margin-top: 20px!important
}
.mt30{
	margin-top: 30px!important
}
.mt40{
	margin-top: 40px!important
}
.mt50{
	margin-top: 50px!important
}
.mb0{
	margin-bottom: 0!important
}
.mb10{
	margin-bottom: 10px!important
}
.mb20{
	margin-bottom: 20px!important
}
.mb30{
	margin-bottom: 30px!important
}
.mb40{
	margin-bottom: 40px!important
}
.mb50{
	margin-bottom: 50px!important
}
.dn{
	display: none!important
}
.et_pb_button.primary_btn,
.primary_btn,
.wpkontakt_forms .wpforms-submit{
	transition: all 0.3s;
    background: #01348B;
    box-shadow: 0px 10px 25px rgba(1,52,139,0.15);
    padding: 17px 25px!important;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #01348B;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: 1.3!important;
    overflow: hidden;
    text-align: center;
    min-width: 200px;
}
.et_pb_button.primary_btn:hover,
.primary_btn:hover{
	border: 1px solid #01348B;
	color: #01348B;
	background: rgba(0,0,0,0);
}
.et_pb_button.primary_btn:hover:after,
.primary_btn:hover:after,
.et_pb_button.secondary_btn:hover:after,
.secondary_btn:hover:after{
	display: none;
}
.et_pb_button.secondary_btn,
.secondary_btn{
	transition: all 0.3s;
    background: rgba(0,0,0,0);
    padding: 17px 25px!important;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #01348B;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    color: #01348B;
    line-height: 1.3!important;
    overflow: hidden;
    text-align: center;
    min-width: 200px;
}
.et_pb_button.secondary_btn:hover,
.secondary_btn:hover{
	border: 1px solid #01348B;
	color: #fff;
	background: #01348B;
}
ul.social_link{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
ul.social_link li{
	margin-right: 7px
}
ul.social_link a{
	display: block;
	background: #01348B;
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	transition: all 0.3s;
	border:1px solid #01348B;
}
ul.social_link a:hover{
	border:1px solid #01348B;
	background: rgba(0,0,0,0);
	color:#01348B;
}
.footer_blurb_module .et_pb_main_blurb_image{
    width: 30px;
    margin-right: 10px;
    margin-bottom: 0;
}
.footer_blurb_module .et_pb_blurb_container {
    width: calc(100% - 40px);
    padding-left: 0;
}
.footer_blurb_module .et_pb_blurb_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wpkontakt_forms input[type='text'], 
.wpkontakt_forms input[type='tel'], 
.wpkontakt_forms input[type='email'], 
.wpkontakt_forms select, .wpkontakt_forms textarea {
    width: 100%!important;
    border: none!important;
    border-bottom: 2.06672px solid rgba(196, 196, 196, 0.2)!important;
    font-size: 16px!important;
    transition: all 0.3s!important;
    margin-bottom: 5px!important;
    max-width: 100%!important;
    height: auto!important;
}
.wpkontakt_forms div.wpforms-container-full .wpforms-form .wpforms-captcha-math input {
    width: 100px!important;
}
.wpkontakt_forms .wpforms-field-checkbox a, 
.wpforms_das_sind .wpforms-field-checkbox a, 
.wpforms_kunden .wpforms-field-checkbox a {
    color: #2D334A;
    text-decoration: underline;
}
.sidebarbox{
	position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    z-index: 99999;
}
.sidebarbox ul{
	list-style: none!important;
	padding: 0!important
}
.sidebarbox{
    display: block;
    background: #01348b;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    padding:15px 10px;
    color: #fff;
    transform: translate(calc(100% - 80px),-50%);
    transition: all 0.3s;
    padding-left: 80px;
    max-width: 350px;
}
.sidebarbox h4{
font-weight: bold;
    color: #fff;
    line-height: 1.2;
}
.sidebarbox p{
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
}
.sidebarbox li:last-child a{
	border-bottom: none;
}
.sidebarbox .sidebar-box-image{
	display: inline-block;
    margin-right: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0,-50%);
    height: 50px;
    width: 50px;
    margin-left: 10px;
}
.sidebarbox:hover{
	transform: translate(0,-50%);
}
.sidebarbox a{
    color: #fff;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
}
#post-7 p {
    padding-bottom: 10px !important;
}
.secondary_header_class h1{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.secondary_header_class {
    min-height: 450px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

body p#CookieBoxTextDescription > span {
    display: none!important;
    opacity: 0;
}
.wpforms_class input[type=text],
.wpforms_class input[type=tel],
.wpforms_class input[type=email]{
    width: 100%!important;
    max-width: 100%!important;
}
.wpforms_class  .wpforms-field-captcha input[type=text]{
    width:75px!important;
    max-width:75px!important;
        display: inline-block!important;
}
.wpforms_class p.wpforms-captcha-question{
    display:inline-block!important;
    margin-right:10px!important
}
@media screen and (max-width: 980px){
	.dn_b980{
		display: none!important
	}
	.wpkontakt_forms div.wpforms-container-full .wpforms-form .wpforms-one-half, 
	.wpkontakt_forms div.wpforms-container-full .wpforms-form .wpforms-three-sixths, 
	.wpkontakt_forms div.wpforms-container-full .wpforms-form .wpforms-two-fourths{
		width: 100%!important
	}
}
@media screen and (min-width: 981px) {
	.vam_a980{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}		
	.dn_a980{
		display: none!important
	}
}