/*Generelles*/

body {
    background-color: #cfcfcf;
    background: url('../img/back.jpg');
	background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat;
    font-family: 'Open Sans';
}

.main {
    background-color: #fff;
    margin-top: 1em;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.0);

}

.header {
  text-align: center;
}

/*TEXT UND LINKS*/

h2 {
  font-size: 2em;
}

.content h3 {
    margin-top: 2em;
}

p {
   font-size: 0.95em;
   font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
}

a {
    color: #a4023b;
}

a:hover {
   
 color: #de0303;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
font-style: normal;
color: #8a9297;
text-rendering: optimizeLegibility;
margin-top: 1rem;
margin-bottom: 1rem;
line-height: 1.4;
}




/*VERSCHIEDENES*/

.marginTP {
    margin: 0em 0em 0em 0em;
}

.impressum span{
  display: inline-block;
  width: 4.5em;
}

.columns {
    margin-bottom: 1em;
}

.pad {
    padding: 0em 0em 0em 0em;
}

ul li {
    font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
	line-height: 1.8em;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.content h3:first-child {
    margin-top: 0em;
}

ul {
    list-style-image: url('../img/pfeil.png');
}

.strong {
  font-size: 1.2em;
font-weight: 600;
letter-spacing: 1px;
}

.grey {
    background: #f0f0f0;
    margin: 2em 0em 1.5em 0em;
    padding: 2em 1em 0em 1em;
}

.spacing {
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.5em;
}

.quote {
    font-style: italic;
    color: #444;
    text-align: center;
    border-top: 1px dotted #a4023b;
    border-bottom: 1px dotted #a4023b;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em;
}

.quoter {
    font-style: normal;
    color: #000;
    font-size: 0.5em;
    font-weight: 700;
}

.partner {
    text-align: center;
    margin-bottom: 2em;
}


/*FOOTER*/

footer span{
  display: inline-block;
  width: 4.5em;
}

footer p {
    font-size: 0.8em;
}

footer {
    padding-top: 0em;
background: url('../img/subtle_surface.png');
}

.footer {
  background: #fff;
  padding-top: 2em;
}


/*CALL TO ACTION*/

.ctaBox {
  text-align: left;
}

.ctaBox label {
  font-size: 1em;
}

label {
    color: #333;
    margin-top: 0em;
	font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
}

textarea {
    min-height: 8.5em;
}

.inline{
  display: inline-block;
  width: 8em;
  font-weight: 700;
}

.ctaButtonSidebar a,.ctaButtonContent a {
  color: #fff;
}

.ctaBox {
  background: rgba(0,0,0,0);
  padding: 1em 1em 1em 1em;
  height: 100% !important;
  border: 0.2em solid rgba(0,0,0,0.2);
  border-radius: 1em;
  margin-top: 1em;
  color:#333;
}
/*GROßER BUTTON IM KOPFBEREICH*/
.ctaButton {
  width: 100%;
  padding: 10px 25px 10px 25px;
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.3em;
  text-decoration: none;
  color: #ffffff;
  background: #00c4ff;
  padding: 14px 23px;

  /*BEI ALLEN 3 "background" DIE BEIDEN FARBEN AUSTAUSCHEN UM DEN VERLAUF DER BUTTONS ANZUPASSEN*/
  background: -moz-linear-gradient(
    top,
    #F47852 0%, 
    #F04323);

  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#F47852),
    to(#F04323));

    background: linear-gradient(#F47852 0%, #F04323 100%);

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 0px solid #000000;
  -moz-box-shadow:
    1px 1px 1px rgba(000,000,000,0.2),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  -webkit-box-shadow:
    1px 1px 1px rgba(000,000,000,0.2),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  box-shadow:
    1px 1px 1px rgba(000,000,000,0.2),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  text-shadow:
    0px -1px 0px rgba(000,000,000,0.2),
    0px 1px 0px rgba(255,255,255,0.3);

}

/*GROßER BUTTON IM INHALT*/
.ctaButtonContent {
  text-align: center;
  margin:1em auto;
  width: 70%;
  padding: 10px 25px 0px 25px;
  font-family: "Open Sans";
  font-size: 1.3em;
  background: #00c4ff;
  padding: 14px 23px;
/*BEI ALLEN 3 "background" DIE BEIDEN FARBEN AUSTAUSCHEN UM DEN VERLAUF DER BUTTONS ANZUPASSEN*/
  background: -moz-linear-gradient(
    top,
    #00c4ff 0%,
    #0060c7);

  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#00c4ff),
    to(#0060c7));

    background: linear-gradient(#00c4ff 0%, #0060c7 100%);

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 0px solid #000000;
  -moz-box-shadow:
    1px 1px 1px rgba(000,000,000,0.2),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  -webkit-box-shadow:
    1px 1px 1px rgba(000,000,000,0.2),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  box-shadow:
    1px 1px 1px rgba(000,000,000,0.2),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  text-shadow:
    0px -1px 0px rgba(000,000,000,0.2),
    0px 1px 0px rgba(255,255,255,0.3);
}



/*BUTTON In DER SITEBAR*/
.ctaButtonSidebar {
  text-align: center;
  margin:0em 0em 3em 0em ;
  width: 100%;
  padding: 10px 15px 0px 15px;
  font-family: "Open Sans";
  font-size: 1em;
  background: #00c4ff;
  padding: 14px 23px;

  /*BEI ALLEN 3 "background" DIE BEIDEN FARBEN AUSTAUSCHEN UM DEN VERLAUF DER BUTTONS ANZUPASSEN*/

  background: -moz-linear-gradient(
    top,
    #00c4ff 0%,
    #0060c7);

  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#00c4ff),
    to(#0060c7));

    background: linear-gradient(#00c4ff 0%, #0060c7 100%);


  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 0px solid #000000;
  -moz-box-shadow:
    1px 1px 1px rgba(000,000,000,0.2),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  -webkit-box-shadow:
    1px 1px 1px rgba(000,000,000,0.2),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  box-shadow:
    1px 1px 1px rgba(000,000,000,0.2),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  text-shadow:
    0px -1px 0px rgba(000,000,000,0.2),
    0px 1px 0px rgba(255,255,255,0.3);

}

.ctaTelefon {
    text-align: center;
    border-top: 1px dotted #a4023b;
    border-bottom: 1px dotted #a4023b;
    font-weight: bold;
    padding: 1em 0em 0em 0em;
    margin: 2em 0em 1em 0em;
}


.ctaTelefon p {
    font-weight: bold;
    font-size: 1.2em;
}


.formButton {
  background:#0060c7;
  width: 100%;
  font-size: 1.2em;
}


input[type="submit"] {
  -webkit-border-radius: 5px; 
  border-radius: 5px; 
}


.formButton:hover {
  background-color:#00c4ff;
}


.bold {
  font-weight: 700;
}

/* Zusätzlich gewünschter Button zur eigenen Website*/
.website-button {
    clear: both;
    display: block;
    width: 100%;
    margin: 2rem 0;
}


/*SIDEBAR*/

.sidebar h3{
    font-size: 1.3em;
    margin-top: 3em;
}

.sidebar h3:first-child {
    margin-top: 0em;
}

.sidebar img {
    width:70%;
}

/* Googlemap */

#map {
    width: 90%;
    width: 100%;
    height: 15em;
    margin-bottom: 0em;
    margin-top: 0rem;
    margin-left: 0rem;


}

#map img {
    height: auto;
  max-width: none;
    }

span.pos {
    display: inline-block;
    padding: 2px 4px 1px 5px;
    border: 1px dotted silver;
    color: silver;
    line-height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#map .gm-style-iw {
    width: 100% !important;
    height: auto !important;
}

#mapcontent1  {
    width: 100%;
    height: auto;
}

#mapcontent1 p {
    color: #222;
    width: 100%;
}

.flex-video {
    border: 4px solid #FFFFFF;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}



/*MEDIAQUERIES*/

@media only screen and (max-width:64.063em) { 
      .ctaButtonSidebar {
             display: none;
      }
    }
@media only screen and (max-width:40em) { 
    
   footer {
  text-align: center;
} 

      .ctaButtonContent b {
             font-size: 0.8em;
      }

      #map {
    width: 100%;
   


}
}