html,
body {
    width: 100%;
    height: 100%;
    background-color: white;      
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}
#background {
    position: fixed;
    width: 100%;
    height: 100%;           
    background: url(../img/logo/background.JPG) no-repeat fixed 100% 100%;
    background-position: center center;
    background-size: cover;
    background-color: rgba(255,255,255,.9);   
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}
footer, 
section {
    -webkit-filter: opacity(100%);
    filter: opacity(100%);  
    color: black !important;
}
section {
    padding: 100px 0;     
}
hr {
    width: 100%;
    border-color: #5F04B4;
    border-width: 3px;
}

hr.light {
    border-color: #5F04B4;
}

a {
    color: #5F04B4;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
  
.txt-S{font-size: 12px;}
.txt-M li,.txt-M{font-size: 16px;}
.txt-L{font-size: 24px;}
.txt-XL{font-size: 32px;}           
.vertical-spacer-XS{height: 20px;}
.vertical-spacer-S{height: 50px;}
.vertical-spacer-M{height: 100px;}
.vertical-spacer-L{height: 150px;}   
.text-fidd{color: #585858;}
              
.padding-xs {padding: 10px;}     
.padding-s {padding: 20px;}   
.padding-m {padding: 40px;}

 
         
.img-hover:hover {opacity: 0.8;}


a:hover,
a:focus {
    color: #5F04B4;
}

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

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


.bg-primary {              
    background-color: #5F04B4;
    color: white;
}

.bg-dark {
    color: #fff;
    background-color: #848484;
}

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

.height200{
    height: 200px;
} 

aside {
    padding: 50px 0;
}

.white{color:white;}

.clr {clear: both;}

    
.delay{
    transition: ease .5s;
    -moz-transition: ease .5s;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
}
.no-padding {
    padding: 0;
}
.no-list-style{
    list-style: none;
}
.no-list-style i{    
    color: #5F04B4;
}
.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;   
    z-index: 99; 
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #5F04B4;     
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #5F04B4;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    font-size: 13px;
    font-weight: 700;
    color: #222;   
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: white;  
    background-color: #5F04B4;
}
                
.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: white;
    background-color: #5F04B4; 
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: #5F04B4;
}


.navbar-default.affix{
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 1); 
}
    
@media(min-width:768px) {
    .navbar-default {
        border-color: transparent;
        background-color: #5F04B4;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: white;
    }       

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: white;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: white;                   
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #5F04B4;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: white;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: white;          
    }   
    .navbar-default .nav > li.active>a,
    .navbar-default .nav>li.active>a:focus,                                           
    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        background-color: white;
        color: #5F04B4;
    }
}


.section-heading {
    margin-top: 0;
}
section{
    color: #494949;
}
.no-list-style{
    list-style: none;
}


@media (max-width: 767px) {
    .hide-xs{
        display: none;
    }         
}   
@media (max-width: 990px) {
    .hide-md{
        display: none;
    }         
    .show-md{
        display: block;
    }
}

@media(min-width:768px) {
}
 
@media(min-width:991px) {
    .show-md{
        display: none;
    }
}
.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #4B088A;
}
.text-left{
    text-align: left;
}


.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}


.btn-primary {
    border-color: #F7E7CE;
    color: #494949;
    background-color: #F7E7CE;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #4B088A;
    background-color: #4B088A;
}

.btn-primary .badge {
    color: #4B088A;
    background-color: #fff;
}

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

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

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

/*
footer {
    padding: 50px 0;
    color: #ededed;
    background-color: #ee4b28;
}
footer a{
    color: #ededed;
}

footer a:hover{
    color: #fff;
}
*/


p.copyright {
    margin: 15px 0 0;
    color: #f2f2f2;
}


.btn_fullscreen{
    padding: 5px;
    font-size: 20px;
    color: #848484;
}
.close_fullscreen_galerie,
.close_galerie{
    padding: 5px;
    font-size: 24px;
    color: #848484;   
} 
.close_fullscreen_galerie:hover,
.close_galerie:hover{
    cursor: pointer;
    text-decoration: none;
}

.pointer:hover {cursor:pointer;}
.h-underline:hover {text-decoration:underline;}

/*#####################
Additional Styles (required)
#####################*/




.galerie{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(73,73,73,.3);
    z-index: 10;
    display: none;
}     

@media (max-width: 767px) {
    .galerie .item img{
        max-height: 300px;
    }
}
@media (max-width: 990px) {
    .galerie .item img{
        max-height: 300px;
    }
}         
@media(min-width:991px) {
    .galerie .item img{
        max-height: 350px;
    }
}
       
.carousel-inner{
    border: 3px solid #E6E6E6;
    background-color: black;
} 
.carousel-indicators li {
	border-radius:0;     
	width:10px;
	height:10px;
	background: black;
	border:1px solid white;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#5F04B4;
	border-color:#5F04B4;
}   

.carousel-control.left, .carousel-control.right {
	background-image:none !important;
	opacity:1;
}
.carousel-control.left {
	top:50%
}
.carousel-control.right {
	top:50%
}


/*
 * 
 * Fullscreen Galerie
 * 
 * */
.fullscreen-galerie{    
    z-index: 999;          
    background-color: rgba(73,73,73,.7);
    padding:  25px;      
    height: 100%;
    width: 100%;           
}
.fullscreen-galerie .item img{
    max-height: 100%;
    max-width: 100%;
}
.fullscreen-galerie .container{
    width: 100%;
    height: 100%;
}
.fullscreen-galerie .carousel{ 
    max-height: 100%;    
    width: 100%;  
    border: none;
    overflow-y: auto;   
    background-color: black;
}
.fullscreen-galerie .carousel-inner{  
    border: none;
}
.fullscreen-galerie .panel-default{
    background-color: black;
    border-color: #494949;
}     
.fullscreen-galerie .carousel-control{
    position: fixed;
}
.fullscreen-galerie .btn_fullscreen{
    display: none;
}
.fullscreen-galerie .vertical-spacer-S{
    display: none;
}
.fullscreen-galerie .carousel-indicators{
    display: none !important;
}
/*
#myCarousel .carousel-indicators {
    bottom: -80px;
    left: 10px;
    margin-left: 5px;
    width: 100%;
}
#myCarousel .carousel-indicators li {
    border: none;
    float: left;
    height: 50px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: auto;
}

#myCarousel .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 50px;
    left: 0;
    width: auto;
}
#myCarousel .carousel-indicators .active img {
    border: 2px solid #f05f40;
}
*/