html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; //Merriweather
}

.both {
   position:relative;
   clear: both;
}

/* -----------------------------------------------------------------------------------------------------------*/
/* Text      -------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/


hr {
  border-color: #F05F40;
  border-width: 3px;
  max-width: 50px;
}

hr.light {
  border-color: white;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  /*color: #F05F40;*/
  cursor:pointer;
}

a:hover,
a:focus {
  color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  margin:0px;
}

p {
  font-size: 16px;
  line-height: 1.5;
}


/* -----------------------------------------------------------------------------------------------------------*/
/* Sppedbarsteuerung    --------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/


.navbar_speed_button {
  display:none;
}

@media (max-width: 769px) {

  .navbar_speed_button {
    display:block;
  }

}

/* -----------------------------------------------------------------------------------------------------------*/
/* Farben    -------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/


.text-primary {
  color: #F05F40;
}

.bg-primary {
  /*background-color: #F05F40;`*/
  background: linear-gradient(to bottom , #337ab7, #004f99);
}

.bg-dark {
  background-color: #333333;
  color: white;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.btn-danger {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    font-weight: 200;
}


/* -----------------------------------------------------------------------------------------------------------*/
/* Container  ------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/


section {

}

.section-heading {
  margin-top: 0;
}

.container{

}

.affix {
    top: 0;
    width: 100%;
    z-index: 2;
}

.affix + .container-fluid {
    padding-top: 0px;
}


/* -----------------------------------------------------------------------------------------------------------*/
/* Abstände  -------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

.no-padding {
  padding: 0;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}



/* -----------------------------------------------------------------------------------------------------------*/
/* IMAGES  ---------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/


#cms_image_preview {
    width: 100%;
    display: none;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: rgba(0,0,0,0.9);  
    z-index:300000;
    //cursor: pointer;
}

#cms_image_preview img {
    max-height: 100%;
    max-width:100%;
    padding: 50px 100px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}


.close_img_preview {
    position:fixed;
    top:15px;
    right:15px;
    color: rgba(256,256,256,0.9); 
    cursor:pointer;
    font-size: 72px;
    font-weight:300;

}



img { 
/*    width: 100%;
    height:auto;
*/}

.img-normal {

}

.img-rounded {

}

.img-circle {

}

.img-thumbnail {

}

.img-responsive {
    width: 100%;
    height:auto;
}


.cms_image_caption {
    color: white;
    opacity: 0;
    display: block;
    background: rgba(240, 95, 64, 0.8);
    position: absolute;
    top: 0;
    left:0;
    text-align: center;
    /*width: 100%;*/
    /*height: 100%;*/
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.cms_image_caption:hover {
    opacity: 1;
}

.cms_image_caption_content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cms_image_caption_text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.cms_image_caption_header {
    text-transform: uppercase;
    font-size: 22px;
}



/* -----------------------------------------------------------------------------------------------------------*/
/* IFRAMES  Videos   -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/


iframe{
    width: 100%;
    height: 300px;
}

.embed-responsive {

} 

.embed-responsive-16by9 {

}

.embed-responsive-4by3 {

}

.embed-responsive-item {
    
}



/* -----------------------------------------------------------------------------------------------------------*/
/* ButtonFrontend   ------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/


.mybtn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.mybtn-default:hover,
.mybtn-default:focus,
.mybtn-default.focus,
.mybtn-default:active,
.mybtn-default.active,
.open > .dropdown-toggle.mybtn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}


.mybtn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}



/* -----------------------------------------------------------------------------------------------------------*/
/* FONT SIZE BUTTON ------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

.cms_font_size{
    position:relative;
}

.cms_font_size_plus{
  color: #a1a1a1;
  text-decoration:none;
  font-size: 160%;
  font-weight: normal;
}

.cms_font_size_minus{
  color: #a1a1a1;
  text-decoration:none;
  font-size: 120%;
  font-weight: normal;
}





/* -----------------------------------------------------------------------------------------------------------*/
/* Sonstiges   -----------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/


::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}

body {
  webkit-tap-highlight-color: #222222;
}



























        /* -------- Blog Messages -------- 

        .quote {
            position: relative;
        }
        .quote .quote-profile {
            position: absolute;
            left: 0;
        }
        .quote .quote-content {
            margin-left: 90px;
            background: #f5f5f5;
            border-left: 4px solid #e8e8e8;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            font-size: 14px;
            padding: 15px;
        }
        .quote .quote-content:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid #e8e8e8;
            position: absolute;
            left: 80px;
            top: 25px;
        }
        .quote blockquote {
            border-left: none;
            font-style: italic;
            color: #666;
            font-size: 16px;
            padding: 0;
            margin-bottom: 10px;
        }
        .quote .source{
            color: #999;
            font-size: 13px;
            margin-bottom: 0;
        }
        .quote a {
            color: #999;
        }
        .quote a:hover {
            color: #808080;
        }



        /* ======= Testimonials ======= 
        .testimonials {
            background: #f5f5f5;
            padding-top: 60px;
            padding-bottom: 120px;
        }
        .testimonials .carousel-indicators {
            bottom: -60px;
            z-index: auto;
        }
        .testimonials .carousel-indicators li {
            background: #ccc;
            border: none;
            margin: 1px;
        }
        .testimonials .carousel-indicators li.active {
            background: #f19180;
            border: none;
            width: 10px;
            height: 10px;
            margin: 1px;
        }
        .testimonials .title {
            font-size: 36px;
            font-weight: 300;
            margin-top: 0;
            margin-bottom: 60px;
        }
        .testimonials .item .profile {
            position: absolute;
            left: 0;
        }
        .testimonials .item .content {
            padding-left: 210px;
        }
        .testimonials .item blockquote {
            font-size: 20px;
            font-weight: 300;
            border-left: 0;
            padding: 0;
            position: relative;
        }
        .testimonials .item blockquote .fa {
            position: absolute;
            color: #ef7d69;
            font-size: 22px;
            left: -45px;
        }
        .testimonials .item .source {
            color: #ec6952;
        }
        .testimonials .item .source .title {
            font-size: 16px;
            color: #666;
        }    





        /*--- BASE ---

        .mybtn,
        a.mybtn {
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            font-weight: bold;
        }
        .mybtn .fa,
        a.mybtn .fa {
            color: #fff;
            margin-right: 5px;
        }
        a.mybtn-cta,
        .mybtn-cta {
            padding: 8px 30px;
        }
        a.mybtn-cta-primary,
        .mybtn-cta-primary {
            background: #ec6952;
            border: 2px solid #ec6952;
            color: #fff;
        }
        a.mybtn-cta-primary:hover,
        .mybtn-cta-primary:hover {
            background: #e9553b;
            border: 2px solid #e9553b;
            color: #fff;
        }
        a.mybtn-cta-secondary,
        .mybtn-cta-secondary {
            background: none;
            border: 2px solid #ec6952;
            color: #ec6952;
        }
        a.mybtn-cta-secondary:hover,
        .mybtn-cta-secondary:hover {
            background: #ec6952;
            border: 2px solid #ec6952;
            color: #fff;
        }
        a.mybtn-ghost,
        .mybtn-ghost {
            background: none;
            border: 1px solid #fff;
            color: #fff !important;
            padding: 8px 20px;
            vertical-align: middle;
        }
        a.mybtn-ghost:hover,
        .mybtn-ghost:hover {
            background: #4a6781;
            border: 1px solid #4a6781;
            color: #fff;
        }
        a.mybtn-ghost .fa,
        .mybtn-ghost .fa {
            margin-right: 10px;
            font-size: 22px;
        }
        a.mybtn-ghost .text,
        .mybtn-ghost .text {
            position: relative;
            top: -2px;
        }





/*--- Menu ---

.dropdown-menu li {
    margin: 0px 10px 0px 10px;
}

.dropdown-menu li a{
    padding: 10px 20px 10px 20px;
}

.dropdown-menu li a:hover {
    color: #F05F40;
}

ul.dropdown-menu {
    border: 0;
}

ul.nav li.dropdown:hover ul.dropdown-menu{
    //display: block;
    //margin-top:0px
}




/*-- Video button --
.figure {
    position: relative;
    text-align: center;
}
.figure .figure-caption {
    color: #b3b3b3;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}
.figure .figure-caption a {
    color: #b3b3b3;
}
.figure .figure-caption a:hover {
    color: #ec6952;
}
.figure img {
    margin-left: auto;
    margin-right: auto;
}
.figure .control {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -65px;
}
.control .play-trigger {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    width: 60px;
    height: 60px;
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
    text-align: center;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.control .play-trigger:active,
.control .play-trigger:focus {
    outline: none;
}
.control .play-trigger:hover {
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
}
.control .play-trigger:hover .fa {
    cursor: pointer;
}
.control .play-trigger .fa {
    font-size: 26px;
    position: relative;
    left: 2px;
}
.feature-lead .title {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
}




/* ======= Map section ======= 
.gmap-wrapper {
  border: 1px solid #eee;
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}



/* ======= About Page ======= 

.team {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}
.team .title {
  color: #444;
  font-size: 28px;
}
.team .member {
  margin-bottom: 30px;
}
.team .member .member-inner {
  background: #253340;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-align: center;
}
.team .member .member-inner img {
  margin: 0 auto;
}
.team .member .member-inner:hover img {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.team .member .member-inner:hover .social {
  visibility: visible;
}
.team .member .profile {
  background: #253340;
  color: #fff;
  text-align: center;
}
.team .member .profile .info {
  padding: 15px 0;
}
.team .member .profile .name {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  font-size: 18px;
}
.team .member .profile .job-title {
  color: #fff;
  font-size: 14px;
}
.team .member .social {
  width: 100%;
  top: 50%;
  position: absolute;
  visibility: hidden;
}
.team .member .social-list {
  display: inline-block;
  margin: 0 auto;
}
.team .member .social-list a {
  color: #fff;
  background: #253340;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.team .member .social-list a .fa {
  padding-top: 10px;
  font-size: 18px;
}
.team .member .social-list a:hover {
  background: #ec6952;
}



*/
