::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #627077;
}

::-webkit-scrollbar-thumb {
    background-color: #313240;
}

body {
    font-family: Arial, 'Raleway', sans-serif;
}


.videoOnHome{

    margin-top: 50px;

}

#suchformmob{
    margin-top: 18px;
}
.freizeit{
    display: block;
    text-align: right;
    color: #d6d6d6;
    padding-right: 20px;
}
.freizeit a{
    color: #d6d6d6;
}
#card-section{
    /** if video on home 
    margin-top: 900px;
    */
    
}

.dontshowonsubs{
    display: none;
}
.icon{
    font-size: 20px;
}
.kleinesi{
    text-transform:lowercase;
}
.schriftgrossklein{
    padding-left: 30px;
    padding-top: 10px;
}

a {
    color: #313240;
    text-decoration: none;
}

a:hover {
    color: #313240;
}

ul {
    padding-left: 18px;
}

li {
    margin-bottom: 5px;
}

h2 {
    word-break: break-all;
}

td h2 {
    font-size: 24px;
}

/** 
 * Colors code
 *  #313240 - H1 
 *  #222222 - H6
 *  #f6ca38 - Borders
 *  #313240 - Navbar
 *  #818181 - Footer
 */


/**
 * Helpers class
 **/

.text-uppercase {
    text-transform: uppercase;
}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;
}

.text-light {
    font-weight: 300;
}

.text-medium {
    font-weight: 500;
}

.text-semibold {
    font-weight: 600;
}

.text-bold {
    font-weight: 700;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.p-botom50 {
    padding-bottom: 50px;
}

.p-leftbotom25 {
    padding-left: 15px;
    padding-bottom: 25px;
}

.p-topbottom25 {
    padding: 25px 0px;
}

.m-left {
    margin-left: 0px !important;
}

.border {
    padding: 0px;
    margin: 0px;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}

.img-fit {
    width: 100%;
    height: 100%;
}

.link-white {
    display: block;
    color: #fff;
    margin: 5px 0;
}

.link-white:hover {
    display: block;
    color: #fff;
    margin: 5px 0;
}

.cut-text {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

#search-close{
    color: white;
    font-size: 25px;
}

#maincontentcontainer{
    margin-top:180px;
    padding: 30px 0px;
}

/**
 * Bootstrap overwritten class
 **/


/**** Change bootstrap colapse width****/

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 25px;
        border-right: none;
        :
    }
    .collapse.in {
        display: block !important;
    }
}

.navbar-nav > li > .dropdown-menu{
    background: #313240;
}

.dropdown-menu > li > a{
    color: white;

}
/** dropdown sub menu**/


.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
      background: #313240;
}

.dropdown-menu .sub-menu > li > a {
    
    font-size: 12px;
    font-weight: normal;
    line-height: 1.1;
    color: #fff;
    white-space: nowrap;
}

.dropdown-menu .sub-menu > li > a:hover{
    color: #313240;
}



.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.open .dropdown:hover > .dropdown-menu {
    display: block; 
}


.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}



/** eof **/


.navbar-default {
    top: 100px;
}

.navbar-default .navbar-nav > li {
    border-bottom: 3px transparent solid;
}

.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > li:focus {
    border-bottom: 3px #f6ca38 solid;
}

.menu-active {
    border-bottom: 3px #f6ca38 solid !important;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}


/* 
div.col-sm-7.five-three {
    width: 60% !important;
}

div.col-sm-5.five-two {
    width: 40% !important;
}
 */

.navbar-default .navbar-nav > li > a:after {
    content: " ";
    display: inline-block;
    border-right: solid 1px #fff;
}



/**
 * Style class
 **/

#logo-wrapper {
    height: 100px;
    /*background-color: white; */
    background: rgba(255,255,255,0.8);
    
}
#logo-container {
    margin-top: 10px;
    margin-bottom: 15px;
}

.big-yellow-line {
    height: 4px;
    background: #f6ca38;
    width: 86%;
    margin: 0 auto;
}

#logo-img {
    margin-top: 6px;
}

.logo-text {
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #313240;
    font-size: 47px;
}

.logo-bottom-text {
    padding: 0px;
    margin: 5px 0 0 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    color: #222222;
    font-size: 14px;
}

#nav-container {
    background: #313240;
}

.red-line {
    margin: 20px auto 15px auto;
    display: block;
    width: 120px;
    height: 3px;
    background: #cc0000;
    border-radius: 5px;
}

.yellow-line {
    margin: 15px 0px;
    display: block;
    width: 120px;
    height: 3px;
    background: #f6ca38;
    border-radius: 5px;
}
.abstand{
    margin-top: 34px;
}
.owl-carousel {
    margin-top: 179px;
}

/**
  * Card Section
  */

#card-section {
    padding: 40px 0px 45px 0px;
}

.one-card {
    background-color: #f4f4f4;
    padding: 0px 0px 30px 0px;
    margin-bottom: 25px;
}

.one-card p {
    padding: 20px 0px;
}

ul.dlfiles{
    list-style-type: none;
}

/* XML document links */
a[href$='.xml'] {
background:transparent url(/css/images/rss.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
/* PDF document links */
a[href$='.pdf'] {
background:transparent url(/css/images/pdf.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
 
/* Excel Documents links */
a[href$='.xls'], a[href$='.xlsx'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
background:transparent url(/css/images/excel.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.docx'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
background:transparent url(/css/images/word.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
 
/* ZIP file Links */
a[href$='.zip'], a[href$='.tar']{
background:transparent url(/css/images/zip.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
 /* Powerpoint file Links */
a[href$='.ppt'], a[href$='.pptx']{
background:transparent url(/css/images/ppt.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}

/**
  * News and weather section
  **/

.gray-background {
    background-color: #f4f4f4;
}

.news-title {
    font-size: 50px;
}

.news-title span {
    background: transparent;
    font-weight: bold;
}

.news-container {
    /*height: 260px;*/
    height: 220px;
    margin-bottom: 25px;
}

.news-container .col-md-4 {
    /*height: 260px;*/
    height: 220px;
}

.news-block {
    padding-left: 25px;
}

.news-tag {
    text-align: center;
    text-transform: uppercase;
    background-color: #f6ca38;
    color: #313240;
    font-weight: bold;
    padding: 2px 0px;
}

.single-news-title {
    /*height: 38px;*/
    font-weight: bold;
}

.single-news-desc {
    /*height: 95px; */
    height: 50px;
}

.news-see-more {
    position: absolute;
    bottom: -65px;
}

.weather-card {
    background-color: white;
    margin-top: 25px;
}

#weather-bar {
    padding: 25px 0px;
    background-image: url("/images/Hintergrund_Wetter_zugeschnitten.jpg");
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

.social-secition {
    padding: 0px;
    margin-left: -15px !important;
}

.eu-section {
    padding: 0px;
    margin-left: 15px;
}

#yellow-welcome {
    background-color: #f6ca38;
    color: #313240;
}

#blue-welcome {
    color: #fff;
    background-color: #313240;
}

#bottom-images {
    padding: 0px;
    border-bottom: solid 3px #f6ca38;
}

#footer {
    background-color: #313240;
    color: white !important;
    padding: 35px 0px;
}

#footer > * {
    color: white !important;
}

.foolter-link-detail {
    padding: 10px 0px;
    color: #818181;
    border-right: solid 1px #d3d3d3;
}

.no-right-border {
    border-right: none;
}


/**
  * Responsive 
  **/

@media (max-width: 768px) {
    #kita{
float: none !important;
margin: 0 auto;
margin-top: 20px;

    }
    #maincontentcontainer{
        padding-top: 0px;
        margin-top:200px;
    }
    .firstoneinmain{
        margin-top: 100px;
    }

    #weather-bar {
    padding: 5px 0px;
    background-image: none;
    background-color: rgba(6, 61, 249, 0.7);
    }
    
    .navbar-nav .open .dropdown-menu{
        background-color: #2a2a2a;
    }
    
    
   

    .p-botom50{
     padding-bottom: 0px;   
    }
    .logo-text{
        font-size: 44px;
    }
    h1,.h1{
        word-wrap: break-word;
    }
    h2,.h2{
        font-size: 26px;
    }
    
    .owl-theme .owl-nav .owl-prev,
    .owl-theme .owl-nav .owl-next{
        top: 120px;
        display: none;
    }
    .owl-carousel .owl-item img{
            height: auto;
            }
    .owl-theme .owl-dots{
        margin-top: 0px;
    }
    .navbar-default{
        top:100px;
    }
    .owl-carousel{
        margin-top: 170px;
    }
    .owl-stage{
        height:auto;
    }
    .foolter-link-detail {
        border-right: none;
    }
    .news-block {
        padding: 0px;
    }
    .news-container {
        height: 600px;
    }
    .single-news-title {
        height: 60px;
        font-size: 15px;
    }
    .news-title {
        font-size: 36px;
    }
    .news-see-more {
        bottom: -110px;
    }
    .footer-title {
        margin-top: 40px;
    }
    
    #card-section{
    /** if video on home **/
        margin-top: -40px;
    }

#logo-container {
    padding-left: 0px;
}
    
}

@media (max-width: 360px) {
    #slider1-content {
        padding: 10px 25px;
    }
    .logo-text {
        font-size: 33px;
    }
    .logo-bottom-text {
        font-size: 10px;
    }
}
