/* Farben  */
/* MediaMill */
/* Überschreiben der Originalstile */
/* Topbar */
.top-bar-v1 {
  border-bottom: none;
}
/* Master Slider */
.btn1 {
  border-radius: 5px;
    background-color:#666666;
    color: #fff;

}
.btn1:hover {
  color: #fff;
  background-color: #E6001A;
}
.btn2 {
  background-color: #fff;
}
.btn2:hover {
  background-color: #E6001A;
  color: #fff;
}
.btn2.dark-button {
  background-color: #333333;
  color: #fff;
}
.btn2.dark-button:hover {
  background-color: #555555;
}

.ms-color-red {
  color:#E6001A;
}

.ms-color-gray {
    color: #333;
}

h3.ms-layer{
  font-size:2em;
  font-weight: 400;
}

h4.ms-layer{
  font-size:1.8em;
  font-weight: 400;
}

h5.ms-layer{
  font-size:1.1em;
  font-weight: normal;
  letter-spacing: 0.0025em;
  padding-right:30px;
  line-height: 1.3em;
}

/* owl-text-carousel */

.owl-text-carousel {
  border-top: 2px solid #CFCFCF;
  border-bottom: 2px solid #CFCFCF;
}




/*LOGO - TEXT*/
.mmlogotext {
  padding-top: 10px;
  line-height: 1.05em;
}
.mmlogotext .zeile1 {
  padding-bottom: 5px;
  color: #E6001A;
  font-size: 1.5em;
  font-weight: bold;
}
/*Spezielle Überschriften */
.heading-style-center h2 {
  text-transform: none;
}
.left-title h4 {
  text-transform: none;
}
.left-title h3 {
  text-transform: none;
}
/*Font Awsome*/
i.fa-lg {
  font-size: 1.33333em;
}
i.fa-2x {
  font-size: 2em;
}
i.fa-3x {
  font-size: 3em;
}
i.fa-4x {
  font-size: 4em;
}
i.fa-5x {
  font-size: 5em;
}

/*Icon-Box */
.icon-box-2.s-bg {background-color: #0F6FA6;}
.icon-box-2.s-bg a {color: #E6001A;}
.icon-box-2 {background-color: #E6001A;}
.icon-box-2 p, .icon-box-2 h3  {color: white;}
.icon-box-2 a {color: #0F6FA6; font-weight: bold;}
.icon-box-2 a:hover {color: white;}
.icon-box-2 i {border: 1px solid #666;}

/* Linkleiste*/
.cta {
  text-transform: none;
  padding-top:10px;
  padding-bottom:10px;
  font-size: 20px;
}
.cta:hover {background-color: #0F6FA6;}




/*Font-Anpassungen*/
.heading-style-center h1, .heading-style-center h2, .center-title h2 {
    font-weight: bold;
    letter-spacing: 0px;
    }
    .heading-style-center .sub-title {
        text-transform:  none;
    }


.sub-intro-text {
    font-size: 1.9rem;
    line-height: 3.4rem;
    font-family: "Open Sans",sans-serif;
}

@media (max-width: 767px) {
  .mmlogotext {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
/*  parallax   */
.parallax-window {
  background: transparent;
}
/* scrollToTop */
.scrollToTop {
  background: transparent;
  font-size: 40px;
  opacity: 1;
}
a.scrollToTop:focus {
  color: #E6001A;
}
a.scrollToTop:hover {
  color: #555555;
}
/*preloader*/
div#preloader {
  background: #ffffff url(../img/loader.gif) no-repeat center center;
}
/* 2 Spalten Bilder Fluid */
.photography-img .img-overlay a h4 {
  text-transform: none;
}
.photography-img .img-overlay a p {
  text-transform: none;
}
.photography-img .img-overlay a h4.po-highlight {
  color: #E6001A;
}
.photography-img .img-overlay a p.po-highlight {
  color: #E6001A;
}
.photography-img .img-overlay a h4.po-dark {
  color: #333333;
}
.photography-img .img-overlay a p.po-dark {
  color: #333333;
}
/* Footer */
.footer h3 {
  text-transform: none;
}

 .footer a,  .footer-v1 ul li a {
    color: #E6001A;
}

.footer a:hover,.footer-v1 ul li a:hover {
  color: #FFF;
}

/* Portfolio */
main .wrapper_portfolio li::before {
  content: none;
}

/* Services */
.center-title h2 {
  text-transform: none;
}
.services {
  padding: 0px  0px  0px  0px ;
}
.center-title .sub-title {
  font-family: Merriweather,serif;
  font-size: 1.6rem;
  text-transform: none;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
  color: #666;
}


/* Sprachwahl */


#language ul {
    list-style-type: none;
    margin-right: 10px;
    padding: 0;
}

#language ul li {
    display: block;
    float: left;
    margin: 0;
    padding-left: 5px;
}




/* Allgemein */
/* Links */
a {
  color: #E6001A;
}
a:hover {
  color: #aeaeae;
}
/* Demotemplate */
/* Überschriften */
main h1,
main h2 {
  padding-bottom: 10px;
}
main h1, main h2, main h3, main h4, main h5 {
  font-family: Lato,sans-serif;

}

/* Links */
main a[target="_blank"]:after {
  font-size: 0.7em;
  margin: 0 0 0 5px;
  font-family: "Glyphicons Halflings";
  content: "\e164";
}
main li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
  color: #7F7F7F;
}
/* hr */
hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #DDDDDD;
  border-image: none;
  border-style: solid none none;
  border-width: 2px 0 0;
  box-sizing: content-box;
  height: 0;
}
hr.hrtype0 {
  border: none;
}
hr.hrtype1 {
  border-color: #d0d0d0;
  margin-top: 0px;
  margin-bottom: 0px;
}
hr.hrtype2 {
  border-color: #c4c4c4;
  margin-top: 0px;
  margin-bottom: 0px;
}
hr.hrtype3 {
  border-color: #aaaaaa;
  margin-top: 0px;
  margin-bottom: 0px;
}
hr.hrtype4 {
  border-color: #eaeaea;
  margin-top: 0px;
  margin-bottom: 0px;
}
hr.hrtype5 {
  border-color: #f7f7f7;
  margin-top: 0px;
  margin-bottom: 0px;
}
hr.hrtype6 {
  border-color: #E6001A;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* Seitenelemente */
/* Inhalt */
.bg1 {
  background-color: #F8F8F8;
}
.bg2 {
  background-color: #f5f5f5;
}
.bg3 {
  background-color: #DDDDDD;
}
.ao1 {
  padding-top: 60px;
}
.ao2 {
  padding-top: 40px;
}
.ao3 {
  padding-top: 20px;
}
.au1 {
  padding-bottom: 60px;
}
.au2 {
  padding-bottom: 40px;
}
.au3 {
  padding-bottom: 20px;
}
/* Text mit Bild */
.textmitbild .bildabstand-unten {
  margin-bottom: 15px;
  margin-top: 8px;
}
.textmitbild .bildabstand-links {
  margin-left: 35px;
}
.textmitbild .bildabstand-rechts {
  margin-right: 35px;
}
.textmitbild figcaption {
  color: #554120;
  display: block;
  font-size: 0.9em;
  font-style: italic;
  padding-top: 3px;
}


/* Bild Text Linkbox */
.mm_btl_box {
  background-color: #FFFFFF;
}


.mm_btl_text {
  padding: 15px 15px 10px 15px;
}

.mm_btl_text h3 {
  text-align: center;
  padding-bottom:5px;
}

.mm_btl_morelink  {
 text-align: center;
 padding: 10px 0px 10px 0px;
}

.mm_btl_morelink a {
 text-transform: none;
}


.mm_btl_morelink .btn-default  {
  background-color:#DDDDDD;
}


@media only screen and (max-width : 1200px) {
 .mm_btl_box {
   margin-bottom:20px;
 }

}
/*Bild Text Linkbox Ende*/

/* 2 Spalten Text mit Bild*/
.twocolimagetexttext h1:first-child,
.twocolimagetexttext h2:first-child,
.twocolimagetexttext h3:first-child,
.twocolimagetexttext h4:first-child,
.twocolimagetexttext h5:first-child {
  padding-top: 0;
  margin-top: 0;
}
.text-boxes img {
  margin-bottom: 20px;
}
/* Camera Slider */
.camera_caption .txt1 {
  font-size: 2.5em;
}
.camera_caption .txt2 {
  font-size: 1.5em;
  letter-spacing: 1px;
  text-transform: none;
}
.camera_wrap .camera_pag .camera_pag_ul {
  bottom: 2rem;
}
@media (max-width: 767px) {
  .camera_caption .txt1,
  .camera_caption .txt2,
  .camera_pag {
    display: none;
  }
}
/* Symbolleiste */
.thumb1 .thumbnail {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}
.thumb1 .thumbnail a .caption .txt1 {
  font-family: Lato,sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.thumb1 .thumbnail a .caption .txt1,
.thumb1 .thumbnail a .caption .txt2 {
  text-align: center;
}
.thumb1 .thumbnail a:hover,
.thumb1 .thumbnail a:focus,
.thumb1 .thumbnail a:active {
  text-decoration: none;
}
#thumbs_whith_links div.thumb1:hover {
  background-color: #DDDDDD;
  border-radius: 10px;
}

/* Formular */
.boostrapformwrapper {
  margin-bottom: 60px;
}
div.csc-mailform li label {
  width: 100%;
}

input[type=email], input[type=password], input[type=text], select.form-control {
    height: inherit;
}

.form-control {
    min-height: inherit;
    padding-left: 7px;
}

.boostrapformwrapper .btn-default:focus, .btn-default {
    background-color: #666;
    color: #fff;
    width: 100%;
    min-height: 4em;
}

.boostrapformwrapper .btn-default:focus, .btn-default:hover {
    background-color:#ABABAB ;
    color: #fff;
}



.boostrapformwrapper .panel-heading {
  padding-left:5px;
}


.boostrapformwrapper .panel>.panel-heading:after {
    content: none;
   }





/* OSM */
.osm_wrapper .thumbnail {
  margin-bottom: 0;
}
.osm_custom {
  border: 2px solid #000000;
}
/*TOPNAV  */
#topnav a.topnav-cur {
  color: #E6001A;
}
#topnav a {
  color: #aeaeae;
}
topnav a:hover {
  color: #E6001A;
}
/* Menü */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #f5f5f5;
  color: #E6001A;
}

.navbar-toggle {
   padding: 9px 0px;

    margin-right: 5px;
 font-size: 5em;
}




/* Static Header */
.navbar-static-top {
  z-index: 1010;
}
/* Angepasste Textausrichtung */
@media (max-width: 767px) {
  .center-xs-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}


.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}

}


@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

/* Änderungen */
/* header */
header {
    padding: 3px 0 0px 0;
}

#navbar ul {
    padding-top:0px;
}


/*Aufzaehlungen*/
main ul, main ol {
        margin-left: 25px;
}
main li {
    list-style: none;
}



   /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
             header {
    padding: 3px 0 12px 0;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
      .cta {
   padding-top:8px;
  padding-bottom:8px;
  font-size: 16px;
}

h1 { font-size: 30px; }
h2 { font-size: 28px; }

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
     .cta {
   padding:5px;
  font-size: 14px;
}
h1 { font-size: 26px; }
h2 { font-size: 24px; }

    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {
h1 { font-size: 24px; }
h2 { font-size: 22px; }
    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {
   h1 { font-size: 22px; }
   h2 { font-size: 20px; }
    }

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

 /* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
            header {
    padding: 3px 0 12px 0;
        }

        #navbar {
          margin-top:10px;
        }

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }




