/*
 Theme Name:     ART
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme für ART
 Author:         Elmar Elberskirch
 Author URI:     https://www.bvfk.de
 Template:       Divi
  Text Domain:   art
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

#welcome {
          font-size:13px;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    box-shadow: none;
}

.art-card{ 
	box-sizing:border-box; 
	max-width: 860px;
	padding: clamp(24px, 3.5vw, 40px); 
	background: var(--white); border-radius: 18px; box-shadow: 0 12px 28px rgba(15,43,87,.12); border: 1px solid rgba(15,43,87,.08); position: relative; overflow: clip; }art-card::before{ content:""; position:absolute; inset:0 0 auto 0; height:6px; background: linear-gradient(90deg,var(--brand),var(--brand-600)); 
} 

.art-card{ box-sizing:border-box; max-width: 860px; padding: clamp(24px, 3.5vw, 40px); background: var(--white); border-radius: 18px; box-shadow: 0 12px 28px rgba(15,43,87,.12); border: 1px solid rgba(15,43,87,.08); position: relative; overflow: clip; } /* dezente Brand-Leiste oben */ .art-card::before{ content:""; position:absolute; inset:0 0 auto 0; height:6px; background: linear-gradient(90deg,var(--brand),var(--brand-600)); } 
.art-cta{ display:flex; flex-direction:row;justify-content:center;align-items:cenetr; gap:14px;margin-top:12px; width:100%; }
@media (max-width: 640px){ .art-card{margin: 32px 16px} .art-cta{flex-direction:column;} }

.art-cta{ 
	display:flex; 
	flex-direction:row;
	justify-content:center;
	align-items:center; 
	gap:14px;
	margin-top:12px; 
	width:100%; }
@media (max-width: 640px){ 
	.art-card{margin: 32px 16px} 
	.art-cta{flex-direction:column;} 
}

#page {
	overflow:visible;
}

.underline-red h1, .underline-red h2, .underline-red-h1, .underline-red-h2, .underline-red-h1 h1, .underline-red-h2 h2 {
	text-decoration: underline;
	text-decoration-color: #fb0303!important;
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #fb0303;
}

.nav-single, #comments {
	display:none!important;
}

.flex-h {
  display:flex;
  flex-direction:row;
  justify-content:center;
  gap:12px;
}

.flex-v {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

/****FOOTER****/

.footer-short-nav ul{ display: flex; flex-direction: row;}
.footer-short-nav ul li {list-style: none; padding:4px 8px;}

/*************Beiträge***/

footer.entry-meta {display: none !important;}

/****Ende Beiträge*****/

.main-navigation li {
margin: 0 22px 0 0 !important;
}
.clear{clear:both;}
.noclear{clear:none;}
p.ten {font-size:10px; margin-left:8px;}
.art_pic {
          margin:5px;
          float:left;
}
.art_pic:hover {
-webkit-box-shadow: 0px -5px 18px -1px rgba(125,125,125,1);
-moz-box-shadow: 0px -5px 18px -1px rgba(125,125,125,1);
box-shadow: 0px -5px 18px -1px rgba(125,125,125,1);
}
.pic-frame-start {
	   margin-left:5px;
		border: 8px solid #fff;
 -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
       -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	    transition: 1s ease; 
    -webkit-transition: 1s ease;
	
}
.pic-frame-start:hover {
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.75);
       -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.75);
            
}
.startleft {
	float:left;
       margin: 0 8px 8px 0px;
}
.startright {
	float:right;
       margin: 0 0 8px 0;
	
}

a img.alignleft {
	margin:0px 24px 12px 0px;
}

.header-image {
	border-radius:6px;
	transition: .2s ease; 
	-webkit-transition: .2s ease;
}

.header-image:hover {
	 -webkit-box-shadow: rgba(29, 29, 29, 0.3) 0px 6px 18px, rgba(29, 29, 29, 0.1) 0px 12px 24px;
		-moz-box-shadow: rgba(29, 29, 29, 0.3) 0px 6px 18px, rgba(29, 29, 29, 0.1) 0px 12px 24px;
			 box-shadow: rgba(29, 29, 29, 0.3) 0px 6px 18px, rgba(29, 29, 29, 0.1) 0px 12px 24px;
}

.pic-frame {
-webkit-border-radius: 3px;
 -moz-border-radius: 3px;
	  border-radius: 3px;
 -webkit-box-shadow: rgba(29, 29, 29, 0.3) 0px 4px 12px, rgba(29, 29, 29, 0.1) 0px 8px 28px;
	-moz-box-shadow: rgba(29, 29, 29, 0.3) 0px 4px 12px, rgba(29, 29, 29, 0.1) 0px 8px 28px;
		 box-shadow: rgba(29, 29, 29, 0.3) 0px 4px 12px, rgba(29, 29, 29, 0.1) 0px 8px 28px;
	 transition: .2s ease; 
 -webkit-transition: .2s ease;
}
.pic-frame:hover {
 -webkit-box-shadow: rgba(29, 29, 29, 0.3) 0px 6px 18px, rgba(29, 29, 29, 0.1) 0px 12px 24px;
	-moz-box-shadow: rgba(29, 29, 29, 0.3) 0px 6px 18px, rgba(29, 29, 29, 0.1) 0px 12px 24px;
		 box-shadow: rgba(29, 29, 29, 0.3) 0px 6px 18px, rgba(29, 29, 29, 0.1) 0px 12px 24px;
}
#art_container, 
#presse_container {
			width:100%;
}
.art_article, 
.presse_article {
			width: 33.33333%; 
			min-height: 420px;
			float:left;	
			text-align:center;
}
.art_article h6, 
.presse_article h6 {
                        width:200px;
                        margin-left:auto;
						margin-right:auto;
}
.prog {
			width: 200px; 
			height: 250px;
			float:left;	
			text-align:center;
}

.card-block {
  width: 100%;
}

.art-card-wrapper {
  padding:12px;
	display:flex;
	align-items:stretch;
	justify-content:center;
  float:left;	
  text-align:center;
	transition: all 0.2s ease;
  min-height: 510px;
  width:33.333%;
}

.art-card-wrapper > div {
  min-width:100%;
}

.art-card-wrapper.card-full-width {
  width:100%;
  min-height:120px;
}

.art-card {
	display:flex;
	align-items:stretch;
	justify-content:center;
	border-radius:6px;
	box-shadow: rgba(51, 51, 51, 0.3) 0px 2px 6px, rgba(51, 51, 51, 0.1) 0px 4px 12px!important;
  min-height: 396px;
  overflow: hidden;
}

.art-card a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align:center;
	padding:24px 12px;
	transition: all 0.2s ease;
}

.art-card img {
  margin-bottom:12px;
}

.art-card:hover {
  box-shadow: rgba(51, 51, 51, 0.3) 0px 6px 12px, rgba(51, 51, 51, 0.1) 0px 14px 24px!important;
}

.art-card-wrapper.card-full-width .art-card {
  text-align:left;
	display:flex;
  flex-direction: row;
  padding:12px;
  margin:12px;
	border-radius:6px;
	box-shadow: rgba(51, 51, 51, 0.3) 0px 2px 6px, rgba(51, 51, 51, 0.1) 0px 4px 12px!important;
  min-height: 100px;
}

.art-card-wrapper.card-full-width .card-right {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items: flex-start;
  padding:0px 12px;
}

.art-card-wrapper.card-full-width .card-left {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items: center;
  padding:0px 12px;
  min-width: 25%;
}

.art-card-wrapper.card-full-width .card-right h2 {
  font-size:24px;
  margin:0;
}

.art-card-wrapper.card-full-width .card-right h3 {
  font-size:20px;
}

.art-card-wrapper.card-full-width .art-card p {
	padding-bottom: 0px!important;
}

.art-card-wrapper.card-full-width .art-card a{
  display:block;
  text-align:left;
	padding:6px 0px!important;
}

.art-card-wrapper.card-full-width .card-content-wrapper{
  display: flex;
  align-items: center;
	transition: all 0.2s ease;
}

.art-card-wrapper.card-full-width .art-card img {
  margin:0px!important;
  box-shadow: none;
}

.art-card-wrapper.card-full-width .art-card:hover {
  box-shadow: rgba(51, 51, 51, 0.3) 0px 6px 12px, rgba(51, 51, 51, 0.1) 0px 14px 24px!important;
}

@media screen and (max-width: 980px){
	.art_article, 
.presse_article {
			width: 50%; 
			height: 380px;
			float:left;	
			text-align:center;
}
}

@media screen and (max-width: 768px){
	.art_article, 
.presse_article {
			width: 100%; 
			height: 380px;
			float:left;	
			text-align:center;
}
}

.prog img {
			height:156px;
			width:111px;
	   margin-left: 8px;
		border: 8px solid #fff;
 -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
       -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	    transition: 1s ease; 
    -webkit-transition: 1s ease;
}

.prog img:hover {
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.75);
       -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.75);
}

.art_article img,
.presse_article img {
			height:213px;
			width:151px;
			border:1px solid #d6d6d6;
			transition: .2s ease; 
			-webkit-transition: .2s ease;
}
.art_article img:hover,
.presse_article img:hover {
	-webkit-box-shadow: rgba(29, 29, 29, 0.3) 0px 6px 18px, rgba(29, 29, 29, 0.1) 0px 12px 24px;
	-moz-box-shadow: rgba(29, 29, 29, 0.3) 0px 6px 18px, rgba(29, 29, 29, 0.1) 0px 12px 24px;
		 box-shadow: rgba(29, 29, 29, 0.3) 0px 6px 18px, rgba(29, 29, 29, 0.1) 0px 12px 24px;
}
@media all and (max-width:480px) {
				#art_container,
                                #presse_container {
						width:300px;
						height:auto;
}
}
ul.art-topic { 
           	list-style: none;
           	font-size: 16px;
		font-weight: 400;
		color:#004393;
}
ul.art-topic li {margin-bottom:15px; }
ul.art-topic li img {padding:10px 10px 0 0; box-shadow:none;}
/****Login-Bereich******/
#loginform {
width:220px;
}

#loginform p {
font-size:11px;
font-weight: bold; 
}
.input#user_login, .input#user_pass {
                       width:180px;
}



@media all and (max-width:480px) { 
.input#user_login, .input#user_pass {
                       width:100%;
}
}
/*******PDF Download*****/

.pdf_download {
	display:block;
	margin-top:10px;
	text-decoration:none;
}
.pdf_download img {
	float:left;
	margin-right:10px;
}

/***Programm-Tabelle***/

.programm-table {
		font-size: 16px !important; 
		font-weight: 400 !important;
		color:#004393 !important;
		}
.programm-table span {color:#fb0303; font-style: italic; font-size:12px;}
.t-header {font-weight:600; color: #373737;}

/****Paketpreise****/
#pakete {
				width:100%;
}
.paket {
				width:46%;
				float:left;
				margin-right:20px;
				margin-bottom:20px;
				border: 1px solid gray;
				background-color:#e2e2e2;
				min-height:303.083px;
}
.paket ul {
				margin-top:20px;
}
.paket h1 {
				background-color:#fb0303;
				color:#fff;
				padding:10px;
				margin:0 !important;
}
.paket p {
				text-align:center;
}
.paket p.right {
				float:right;
				margin-bottom: 0;
				margin-right:10px;
}
p.right span {
				font-size:2.0em;
}
.small-#fb0303 {
				font-size:0.7em;
				color:#fb0303;
				float:right;
				margin-bottom:10px;
				margin-right:10px;
}
@media all and (max-width:900px) {
	.paket {width:100%}}

/****BACK BUTTON****/
.backButton a {
				text-decoration: none !important;
}

.custom-block-wrap {
	background: #fff;
	border-radius: var(--border-radius-medium);
	position: relative;
	overflow: hidden;
	transition: all 0.2s;
  }
  .custom-block-wrap {
	box-shadow: rgba(29, 29, 29, 0.3) 0px 4px 12px, rgba(29, 29, 29, 0.1) 0px 8px 28px, rgba(29, 29, 29, 0.1) 0px 12px 40px!important;
	transition:all 0.2s ease;
  
  }
  .custom-block-wrap:hover {
	/*box-shadow: rgba(14, 30, 37, 0.12) 0px 8px 16px 6px, rgba(14, 30, 37, 0.32) 0px 8px 32px 6px;*/
	box-shadow: rgba(29, 29, 29, 0.3) 0px 6px 18px, rgba(29, 29, 29, 0.1) 0px 12px 24px, rgba(29, 29, 29, 0.1) 0px 12px 36px!important;
  }
  
  .custom-block-body {
	display:flex;
	flex-direction:column;
	align-items:center;
	padding: 30px;
  }
  .list-item-wrapper {
	width:50%;
	padding:12px;
  }
  .list-group-item {
	margin: 5px !important;
	box-shadow: rgba(29, 29, 29, 0.3) 0px 4px 12px, rgba(29, 29, 29, 0.1) 0px 8px 28px, rgba(29, 29, 29, 0.1) 0px 12px 40px!important;
	border-radius: 5px !important;
	transition: all 0.2s ease;
  }
  
  .list-group-item:hover {
	background-color: #fb0303;
	box-shadow: rgba(29, 29, 29, 0.3) 0px 6px 18px, rgba(29, 29, 29, 0.1) 0px 12px 24px, rgba(29, 29, 29, 0.1) 0px 12px 36px!important;
	color: #fff;
  }
  
  .list-group-item:hover>a, .list-group-item:hover>p {
	color: #fff !important;
  }
  
  .list-group-item-clean {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:space-between;
	height:100%;
	margin: 0px !important;
	padding:24px;
	border-radius: 5px !important;
	box-shadow: rgba(29, 29, 29, 0.3) 0px 4px 12px, rgba(29, 29, 29, 0.1) 0px 8px 28px, rgba(29, 29, 29, 0.1) 0px 12px 40px!important;
	transition:all 0.2s ease;
	}
  
	.list-group-item-clean:hover {
	  box-shadow: rgba(29, 29, 29, 0.3) 0px 6px 18px, rgba(29, 29, 29, 0.1) 0px 12px 24px, rgba(29, 29, 29, 0.1) 0px 12px 36px!important;
	}
  
  .list-group-item-clean p {
	line-height:24px!important;
	font-weight:600;
	text-align:center;
	color:#1d1d1d;
	margin-bottom:0px!important;
  }
  .text-wrapper {
	text-align:center;
  }
  .list-group-item-clean h4 {
	font-size: 32px;
	color: #fb0303!important;
  }
  
  .list-group-item-clean .sdm_download.green {
	padding: 15px 25px;
	background: transparent!important;
	color: #fb0303!important;
	font-weight: 600!important;
	text-shadow:none!important;
	box-shadow:none!important;
	border:1px solid #fb0303!important;
	transition:all 0.2s ease!important;
  }
  .list-group-item-clean .sdm_download.green:hover {
	font-weight: 600!important;
	border:1px solid #fb0303!important;
	background:#fb0303!important;
	color:#fff!important;
  }
	
  .contact-half {
	padding-left:6px;
   padding-right:6px;
   }
   
  .list-group-item-clean .sdm_download_button_box_default {
	margin:0px!important;
  }
  
  .list-group-item-clean .sdm_download_link {
	padding:0px!important;
  }
  
  
  @media (min-width: 992px) {
	.list-group.list-group-horizontal-lg {
		justify-content: left;
	}
  }
  
  @media (max-width: 991px) {
	.list-group.list-group-horizontal-lg {
		justify-content: center;
	}
  }  

  .button-normal {
	width:50%;
	min-width:96px;
	max-width:200px;
	text-align:center;
	background: #fb0303;
	border: 1px solid #fb0303;
	border-radius: 6px;
	color: #fff!important;
	text-decoration:none!important;
	padding: 15px 25px;
	transition: all 0.2s ease;
  }

  .button-normal a{
	color: #fff!important;
	text-decoration:none!important;
	transition: all 0.2s ease;
  }
  
  .button-normal:hover {
	box-shadow: rgba(29, 29, 29, 0.3) 0px 2px 6px, rgba(29, 29, 29, 0.1) 0px 4px 12px!important;
	background: #fff;
	border: 1px solid #fb0303;
	color: #fb0303!important;
  }

  .button-normal:hover a{
	color: #fb0303!important;
  }
  
  
  .custom-btn {
	background: #fb0303!important;
	border: 2px solid transparent!important;
	border-radius: 6px!important;
	color: #fff!important;
	padding: 15px 25px;
	transition: all 0.2s ease;
  }
  
  .custom-btn-2 {
	background-color: transparent!important;
	color:#fb0303!important;
	border: none!important;
	text-decoration: none!important;
	transition:all 0.2s ease;
  
  }
.custom-btn-2:hover {
  background-color: transparent!important;
  color:#fb0303!important;
  border: none!important;
  text-decoration: none!important;
}

.nav-btn a{
	background: #fb0303!important;
  color: #fff!important;
	border: 2px solid transparent!important;
  border-color: #fb0303!important;
	border-radius: 6px!important;
	color: #fff!important;
	padding: 15px 25px!important;
  margin-left:24px;
  box-shadow: rgba(29, 29, 29, 0.3) 0px 0px 6px, rgba(29, 29, 29, 0.1) 0px 0px 8px!important;
	transition: all 0.2s ease!important;
}

.nav-btn a:hover {
  background-color: transparent!important;
  color:#fb0303!important;
  text-decoration: none!important;
  box-shadow: rgba(29, 29, 29, 0.3) 0px 0px 8px, rgba(29, 29, 29, 0.1) 0px 0px 16px!important;
}

.nav-link-icon a{
  font-size: 0px;
  height: 28px;
  width: 28px;
  max-height: 32px;
  background-size: contain;
	border-radius: 2px!important;
	padding: 4px 6px!important;
}

.nav-link-icon-footer{
  margin:0px 6px;
  display: flex!important;
  justify-content:center;
  align-items:center;
}

.nav-link-icon-footer a{
  font-size: 0px;
  height: 48px!important;
  width: 48px!important;
  max-height: 48px!important;
  background-size: contain;
	border-radius: 2px!important;
	padding: 4px 12px!important;
  transition: all 0.4s, color 0.4s ease-in-out;
}

.nav-link-icon-footer:hover a{
  opacity: 0.7;
}

.nav-link-adac a{
  background-image: url("/pics/Logos/ADAC-Logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-link-bvfk a{
  background-image: url("/pics/Logos/BVfK-Logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-link-zdk a{
  background-image: url("/pics/Logos/ZDK-Logo.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-link-icon-footer.nav-link-adac{
  margin: 0px 18px;
}

.nav-link-icon-footer.nav-link-bvfk{
  margin: 0px 10px;
}

.icon-menu {
    list-style: none!important;
    -webkit-font-smoothing: antialiased;
    font-family: Verdana,sans-serif;
    color: #333333;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
    display: flex!important;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

  /* FOOTER */

#footer-btm{
	color:#333;
  font-weight: 600;
}

.bottom-footer-wrap{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
  padding-bottom: 24px;
}
.bottom-footer-c#fb0303its{
	font-size:12px;
	font-weight:normal;
}
.bottom-footer-menu{
	font-size:12px;
	display:flex;
	gap:18px;
}

.bottom-footer-menu a, .bottom-footer-credits a {
	color: #fb0303!important;
}

.bottom-footer-menu a:hover, .bottom-footer-credits a:hover {
	color: #333!important;
}

.footer-bottom-info{
	margin-top:16px;
	margin-bottom:16px;
	font-size:10px;
	text-align: justify;
}

#footer-bottom .container{
	width:100%;
}


@media (max-width: 740px) {
  .list-item-wrapper {
	width:100%;
  }
}

/*******************
  || Umfragen
*******************/

button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}

.f-row {
    width:100%;
    display:flex;
    flex-direction:column;
    margin-left:0;
    margin-right:0;
	  clear:both;
}

.f-row-col {
    width:100%;
    display:flex;
    flex-direction:row;
	gap:12px;
    margin-left:0;
    margin-right:0;
	  padding-right: 0px;
    padding-left: 0px;
	  clear:both;
}

.f-row.row-margin-bottom{
	margin-bottom: 24px;
}

.f-row.form-content-part, .f-row.content-content-part{
	margin-bottom: 24px;
	border-radius: 6px;
}

.border-box {
	padding:32px;
	border: 1px solid;
	border-radius: 5px;
	border-color: #e3e3e3;
}

.f-col {
    position:relative;
    float:left;
    width:100%;
    min-height:1px;
    padding-left:0px;
    padding-right:0px;
}

.wrap-form-part, .wrap-content-part{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid none none none;
    border-width: 1px;
    border-color: #abb8c3;
}

.wrap-form-part-last, .wrap-content-part-last {
    border-width: 2px;
}

.wrap-form-part-first, .wrap-content-part-first {
    margin-top: 40px;
}

.form-text_2, .content-text_2{
        margin-bottom: 40px;
    }

.form-text, .form-text_2 {
    font-size:14px;
}

input[type="checkbox"]{
	margin-top: -2px;
}

.txt span.wpcf7-list-item-label {display:none}

span.wpcf7-list-item {padding: 5px 0;}

span.wpcf7-list-item-label {
			font-weight:normal!important; 
			color: #333; 
			font-size:14px!important; 
			font-style:normal!important;
			padding: 0 10px;
}
#umfrage-form .wpcf7-list-item {
	margin-left: 0px!important;
}

#umfrage-form .align-middle span.wpcf7-list-item .wpcf7-list-item-label{
	padding-top:6px;
}

#umfrage-form i{
	color:#0F228B;font-size:14px;font-weight:600;
}

#umfrage-form p{
	color:#333;font-size:16px;font-weight:400;margin-bottom:0px;padding:0px 12px 6px 12px;
}

#umfrage-form .form-content-part{
	padding-top:12px;padding-bottom:12px;
}

#umfrage-form .wpcf7 input:not([type=submit], [type=checkbox]){
	width:100%;
}

#umfrage-form .form-column_one{
	padding:0px;
}

#umfrage-form .short-text{
	max-width:256px;
}

#umfrage-form .wpcf7-list-item.last{
	margin-bottom:-20px;
}

#umfrage-form .font-umfragen .wpcf7-not-valid-tip{color:red!important;}

#umfrage-form .font-umfragen{
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#umfrage-form .f-row-col, .f-row{
	margin-bottom:6px;
}

#umfrage-form .font-umfragen-subheading-1{
	font-size:18px;
	margin-top:12px;
	margin-left: 12px;
	font-weight:700;
}

#umfrage-form .font-umfragen-subheading-2{
	font-size:16px;
	font-weight:700;
	margin-top:24px;
	margin-left: 12px;
}

#umfrage-form .horizontal .wpcf7-list-item{
	display: inline;margin: 0 8px 0 0;
}

#umfrage-form .horizontal .wpcf7-list-item .wpcf7-list-item-label{
	padding: 0 12px 0 6px;
}

#umfrage-form .horizontal input{
	width:auto!important;
}

#umfrage-form .fullwidth .wpcf7-textarea{
	width:100%;
}

#umfrage-form .info-text{
	font-size:14px;
	margin-left: 12px;
}

#umfrage-form .wpcf7-number {
    text-align: center;
}

.wpcf7-text, .wpcf7-textarea {border-color: #767676!important;}

.wpcf7-text, .wpcf7-number {height:36px!important;}

.wpcf7-free-text {min-width: 15%;}

.wpcf7-text, .wpcf7-textarea {margin-top:5px;}

.wpcf7-free-text {
			min-width: 50%;
}
.txt span.wpcf7-list-item-label {display:none}

span.wpcf7-list-item-label {
			font-weight:300!important; 
			color: #2e2e2e; 
			font-size:14px!important; 
			font-style:normal!important;
			padding: 0 10px;
}

.font-umfragen, .font-umfragen span {margin-top:10px; padding-bottom:5px; padding-right:5px; width:100%; line-height:24px!important;}

.font-umfragen td {margin-top:10px; padding-bottom:5px; padding-right:5px;}

div.font-umfragen {margin-bottom:15px;}

#umfrage-form .form-content-part{
	border: 1px solid #d1d1d1;
	box-shadow: rgba(51, 51, 51, 0.1) 0px 2px 4px, rgba(51, 51, 51, 0.1) 0px 2px 8px!important;
}

.f-label {
    padding-left: 0px!important;
    width:100%;
    display: block;
    margin-top: 14px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

.f-wrap {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
  
.f-wrap._w-custom._w-60 {
    padding-top: 32px;
    padding-bottom: 32px;
}
  
.f-wrap._w-custom.w60-60 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
  
.f-section {
    position: relative;
    max-width:100%;
    height: auto;
}
  
.f-section.section-bg__white {
    border-bottom: 1px solid #e8e8e8;
    background-color: #fff;
}
  
.form-block, .content-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: rgba(51, 51, 51, 0.3) 0px 4px 12px, rgba(51, 51, 51, 0.1) 0px 8px 28px, rgba(51, 51, 51, 0.1) 0px 12px 40px!important;
    color: #333;
}
  
.form-block.form-block__border, .content-block.content-block__border {
    height: auto;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    box-shadow: none;
}
  
.form-success {
    padding-top: 0px;
    background-color: transparent;
}
  
.form-control {
    width: 100%;
    height: 48px;
    margin-bottom: 6px;
    padding-right: 16px;
    padding-left: 16px;
    border: 1px solid #abb8c3!important;
    border-radius: 0px;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    font-size: 14px;
    color: #333;
}
  
.form-control:hover {
    border-color: #abb8c3;
}
  
.form-control:focus {
    color: #333;
}
  
.form-control::-webkit-input-placeholder {
    color: #d1d1d1;
    font-weight: 300;
}
  
.form-control:-ms-input-placeholder {
    color: #d1d1d1;
    font-weight: 300;
}
  
.form-control::-ms-input-placeholder {
    color: #d1d1d1;
    font-weight: 300;
}
  
.form-control::placeholder {
    color: #d1d1d1;
    font-weight: 300;
}
  
.form-error {
    padding: 0px;
    border-radius: 4px;
    background-color: transparent;
}
  
.h3-custom {
	margin-top: 24px;
    margin-bottom: 24px;
}
  
.form-column_one, .content-column_one {
    padding-right: 0px;
    padding-left: 0px;
}
  
.form-block_outer-wrap, .content-block_outer-wrap {
    width: 100%;
    height: 100%;
    padding: 30px;
}
  
.form-column_two, .content_column_two {
    padding-right: 0px;
    padding-left: 0px;
}

.f-row.row-no-col{
	padding-right: 0px;
    padding-left: 0px;
}
.form-success_check-wrap {
    display: inline-block;
    width: 100px;
    padding-bottom: 40px;
}
  
.form-success_text {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}

.f-radio{
    display:block;
    margin-bottom:5px;
    padding-left:0!important;
}

.f-radio-input{
    margin:4px 0 0;
    margin-top:1px \9;
    line-height:normal;
    float:left;
    margin-left:-20px
}

.custom-btn, input[value="submit"] {
	word-wrap: break-word;
	font-family: inherit;
	font-style: inherit;
	background-color: #fb0303!important;
	scroll-margin-top: 4rem;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border: 1px solid #fb0303!important;
	border-radius: 4px!important;
	box-shadow: rgba(51, 51, 51, 0.3) 0px 2px 6px, rgba(51, 51, 51, 0.1) 0px 4px 12px!important;
	box-sizing: border-box;
	color: #f7f7f7;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	justify-content: center;
	line-height: 18px;
	padding: 12px 12px;
	text-decoration: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: baseline;
	width: 200px;
	transition: all 0.1s ease;
	text-transform: none;
	margin: 0 auto;
	cursor: pointer;
}

.custom-btn:hover, input[value="submit"]:hover{
	border: 1px solid #f7f7f7!important;
	background-color: #f7f7f7!important;
	text-decoration: none!important;
	box-shadow: rgba(51, 51, 51, 0.3) 0px 6px 12px, rgba(51, 51, 51, 0.1) 0px 14px 24px!important;
	color: #fb0303!important;
}
  
@media screen and (max-width: 991px) {
  .art-card{
    flex-direction:column!important;
  }  
  
  .f-wrap {
      width: 100%;
    }
  
    .form-block, .content-block {
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .form-success {
      padding-bottom: 30px;
    }

    .form-column_one, .content-column_one {
      padding-right: 10px;
      padding-left: 10px;
    }
  
    .form-column_two, .content-two {
      padding-right: 10px;
      padding-left: 10px;
    }
    .f-row.row-no-col{
	    padding-right: 10px;
      padding-left: 10px;
    }
    .form-control {
      font-size: 16px;
    }
  
    .form-block_outer-wrap {
      padding-bottom: 6px;
    }
  
    .h2_align-center {
      font-weight: 500;
    }
	.f-row-col {
    flex-direction:column;
}
}
  
@media screen and (max-width: 767px) {
    .btn.btn-default {
      width: 100%;
    }
  
    .f-wrap {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .f-wrap._w-custom._w-60 {
      padding-top: 40px;
    }
  
    .form-success {
      padding-bottom: 30px;
    }
  
    .form-column_one, .content-column_one {
      padding-right: 10px;
      padding-left: 10px;
    }
  
    .form-column_two, .content-column_two {
        padding-right: 10px;
        padding-left: 10px;
    }
	.f-row.row-no-col{
	  padding-right: 10px;
    padding-left: 10px;
}
}
  
@media screen and (max-width: 479px) {
    .btn {
      display: block;
      text-align: center;
    }
  
    .btn.btn-default {
      letter-spacing: 1px;
    }
  
    .f-wrap._w-custom._w-60 {
      padding-right: 10px;
      padding-bottom: 40px;
      padding-left: 10px;
    }
  
    .f-wrap._w-custom.w60-60 {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  
    .h3-custom {
      font-size: 16px;
    }
  
    .h3-custom.h3-custom_form-title-first {
      margin-top: 6px;
      font-size: 16px;
    }
  
    .form-block_outer-wrap, .content-block_outer-wrap {
      padding-top: 20px;
      padding-right: 16px;
      padding-left: 16px;
    }
  
    .h2_align-center {
      font-size: 24px;
      text-align: center;
    }
}

@media screen and (min-width: 1200px) {
    .f-col-6 {
        width:50%;
    }
	  .f-col-2{
		    width: 10%;
	  }
	  .f-col-10{
		    width: 90%;
	  }
    .f-col-3 {
        width: 25%;
    }
    .f-col-4 {
        width: 33.33333%;
    }
    .form-text{
        margin-bottom: 20px;
    }
    .form-text_2{
        padding-left: 0px;
    }
}
