/* Webseitenweite Einstellungen */
/********************************/

/*body{background-color:#e8e8e8;color:#707070;  font-family: 'Encode Sans';  font-style: normal;  font-weight: 300;}*/

/* Animationen für Überblendeffekt */
/***********************************/
.Einblenden{ animation: FadeIn 4.0s }
.Ausblenden{ animation: FadeOut 2.0s }

@keyframes FadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
@keyframes FadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}

@-webkit-keyframes fadeOut {
  from {opacity: 1;} 
  to {opacity: 0;}
}

@keyframes fadeOut {
  from {opacity: 1;}
  to {opacity:0 ;}
}

/*
.Schritte{    
	background: url(../img/bg_03.jpg) no-repeat scroll center center;
    background-size: cover;
    padding: 50px 0 0px;
    margin: 0 0 50px 0;

   }

.box_button input{
cursor:pointer;
}

.box_button input:hover {
    background: #009fe3;
}
*/

.anfragelink{
font-size: 18px;
    color: #000000;
    position: relative;
    text-decoration: none;
}
.anfragelink:after{
	    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #000000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .5s;
transition: all .5s;
}

.anfragelink:hover:after {
  width: 100%;
color:#000;
  text-decoration: none;
}
a.anfragelink:hover{color:#000;text-decoration:none;}


#gespeichert{display:none;color:#000; }
.aktiv_dash{color:green;}


#Auswahl{margin-left:auto;margin-right:auto;margin-top:25px;display:inline-block;}	

.AuswahlButtonContainer:hover{
-webkit-box-shadow: 10px 10px 90px 0px rgba(0,0,0,0.98);
-moz-box-shadow: 10px 10px 90px 0px rgba(0,0,0,0.98);
box-shadow: 10px 10px 90px 0px rgba(0,0,0,0.98);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.AuswahlButton{float:left;text-align:center;margin-bottom:10px;color:#000;width:330px;height:210px;background-color:#fff;cursor:pointer;font-size:22px;  -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; border-radius:5px 5px 0 0; 
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.AuswahlButtonContainer{float:left;width:330px;height:290px;margin-left:10px;margin-right:10px;     -webkit-filter: grayscale(100%);
    filter: grayscale(100%);}

.AuswahlButtonBackground{background-size: cover;background-repeat: no-repeat;height:210px;-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);}

.AuswahlButtonContainer:hover .AuswahlButtonBackground {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.AuswahlButton_Icon{position: relative; top: -96px;}
.AuswahlButton_Icon img{height:128px;border-radius:50%;}
.Auswahlbutton_Text_container{ position: relative; top: 0px; font-weight: bold; font-size: 1.2em; display:inline-block; height:80px; background-color:#c6c6c6; color:#c2172f; width:100%; display:table;width:100%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.Auswahlbutton_Frage{ background-color:#c2172f; display:table;width:20%;height:100%;vertical-align:middle;color:#fff;font-size:2em; }
.Auswahlbutton_Text{ padding:10px;font-size:20px;line-height:24px;float:left; display:table-cell;width:80%;height:100%;vertical-align:middle;  font-family: 'Encode Sans'; font-style: normal;  font-weight: 200;}

.Auswahlbutton_popup{display:none; position: relative; top: 0px; background-color: #c2172f; color:#fff; height: auto; font-weight:normal; font-size:0.9em; padding:5px; z-index:999; }


.box_button_datenblatt input {
    font-family: 'alternate_gothic_no2_dregular', sans-serif;
    font-size: 30px;
    line-height: normal;
    background: #007bff;
    color: #ffffff;
    width: auto;
    height: 44px;
    padding: 6px 30px 0 10px;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    min-width: 300px;
	    border: 0px;
    font-weight: normal;
margin-right:10px;
}

.box_button_datenblatt span {
    font-family: 'alternate_gothic_no2_dregular', sans-serif;
    font-size: 30px;
    line-height: normal;
    background: #007bff;
    color: #ffffff;
    width: auto;
    height: 44px;
    padding: 6px 30px 0 10px;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
	    border: 0px;
    font-weight: normal;
margin-right:10px;
cursor:pointer;
width: 244px;
    -webkit-box-shadow: 0 0 20px 0px #00000066;
    box-shadow: 0 0 20px 0px #00000066;
}


.box_button_datenblatt span:hover{
background-color: #1f4d7f;
}
/*

/*
#Datentabelle {
 
  border-collapse: collapse;
  width: 100%;
}

#Datentabelle td, #Datentabelle th {
  border-bottom: 2px solid #ddd;
  padding: 8px;
}

#Datentabelle tr:nth-child(even){background-color: transparent;}

#Datentabelle tr:hover {background-color: transparent;}

#Datentabelle th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: transparent;
  color: black;
font-weight: bold;
}


#Datentabelle input:empty{
background-color: #ddd;
	border-width:0px;
	border:none;
	color:#000;
font-size:1.1rem;
text-align:left;
padding-left:5px
}
#Datentabelle input{
	border-width:0px;
	border:none;
	background-color: #1f4d7f;
font-size:1.1rem;
text-align:left;
padding-left:5px
}
#Datentabelle input:focus{
	border-width:0px;
	border:none;
	background-color: #1f4d7f !important;
color:#fff;
font-size:1.1rem;
text-align:left;
padding-left:5px
}

.vyn_button_loeschen{
	cursor:pointer;
width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: none;

    top: 0;
    font-size: 0;
    right: 0;
    -webkit-box-shadow: 0 0 20px 0px #00000066;
    box-shadow: 0 0 20px 0px #00000066;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    transform: scale(1);	
	
}
.vyn_button_loeschen:before{

    content: "";
    width: 70%;
    height: 5px;
    display: block;
    background: #1f4d7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
    left: 5px;
    position: absolute;
}
.vyn_button_loeschen:after{
    content: "";
    width: 70%;
    height: 5px;
    display: block;
    background: #1f4d7f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    left: 5px;
    position: absolute;
}

.vyn_button_loeschen:hover{
color:#1f4d7f;
font-weight:bold;
background: #1f4d7f;
}

.vyn_button_loeschen:hover::before{
	background: #fff;
}
.vyn_button_loeschen:hover::after{
	background: #fff;
}


.vyn_anfragebutton_loeschen{
	cursor:pointer;
width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    top: 0;
    font-size: 0;
    right: 0;
    -webkit-box-shadow: 0 0 20px 0px #00000066;
    box-shadow: 0 0 20px 0px #00000066;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    transform: scale(1);	
	
}
.vyn_anfragebutton_loeschen:before{

    content: "";
    width: 70%;
    height: 5px;
    display: block;
    background: #1f4d7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
    left: 5px;
    position: absolute;
}
.vyn_anfragebutton_loeschen:after{
    content: "";
    width: 70%;
    height: 5px;
    display: block;
    background: #1f4d7f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    left: 5px;
    position: absolute;
}

.vyn_anfragebutton_loeschen:hover{
color:#1f4d7f;
font-weight:bold;
background: #1f4d7f;
}

.vyn_anfragebutton_loeschen:hover::before{
	background: #fff;
}
.vyn_anfragebutton_loeschen:hover::after{
	background: #fff;
}
*/


/* Formatierung Kontktformular */
.container_modal {
  max-width: 992px;
  padding: 0;
}
.container_modal .row .col-lg-6 {
  margin-bottom: 10px;
}

/*
.container_modal .forma__text__top {
  padding-bottom: 34px;
  position: relative;
}
.container_modal .forma__text__top:after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #7f7f7f;
  display: block;
  margin: 0 auto;
}
.container_modal .forma__text__top h4 {
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.container_modal .forma__text__top p {
  font-size: 14px;
  line-height: 17px;
}

*/

/*
.container_modal .box_input input {
  background-color: #dedede;
  border: none;
  outline: none;
  padding: 4px 10px 2px;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 2px solid #dedede;
  transition: all 0.3s;
}
.container_modal .box_input input:hover,
.container_modal .box_input input:focus {
  background-color: transparent;
}
.container_modal label {
  margin: 0;
  width: 100%;
}
.container_modal .box_textarea {
  width: 100%;
}
.container_modal .box_input {
  margin: 0 0 20px 0;
}
.container_modal .box_textarea textarea {
  background-color: #dedede;
  border: none;
  outline: none;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 169px;
  transition: all 0.3s;
  border: 2px solid #dedede;
}
.container_modal .box_textarea textarea:hover,
.container_modal .box_textarea textarea:focus {
  background-color: transparent;
}
.container_modal .box_textarea span.txt {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  margin: 12px 0 13px 0;
}
.container_modal .box_input_date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: -22px 0 20px 0;
}
.container_modal .box_input_date label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 3px 0;
}
.container_modal .box__date {
  background-color: #dedede;
  width: 48%;
  position: relative;
}
.container_modal .box__date input {
  background-color: #dedede;
  border: none;
  outline: none;
  padding: 4px 10px 2px;
  box-sizing: border-box;
  margin: 0 0 0 42px;
}
.container_modal .box__date span.tit {
  position: absolute;
  top: 4px;
  left: 8px;
  font-weight: 600;
  text-transform: lowercase;
  font-size: 14px;
}
.container_modal .box_senden input {
  background-color: #1f4d7f;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  width: 60%;
  margin: 0 auto;
  padding: 7px 0;
  display: block;
  color: #fff;
  transition: all 0.3s;
  border: none;
  outline: none;
}
.container_modal .box_senden input:hover {
  color: #000;
}
.container_modal .box_checkbox {
  font-size: 14px;
  line-height: 16px;
}
.container_modal .box_checkbox span.wpcf7-list-item {
  margin: 0;
}
.container_modal.container_modal input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.container_modal input::-moz-placeholder {
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.container_modal textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.container_modal textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.container_modal textarea,
body input {
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
@media screen and (max-width: 550px) {
  .container_modal .box__date {
    width: 100%;
  }
  .container_modal .date-von {
    margin-bottom: 20px;
  }
  .container_modal {
    padding: 20px 10px 0px 10px;
  }
  .container_modal .box_senden input {
    width: 100%;
  }
}

*/