a:hover{color: #409088 !important;}

a:active{color: #409088 !important;}

a:focus{color: #409088 !important;}

a {    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #757575;}

.header-section {
    top: 25%;
    position: relative;
}

#player {
	max-width: 100%;
	-webkit-box-shadow: 0px -6px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -6px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px -6px 8px 0px rgba(0,0,0,0.1);

}

ul.list_channels {
  list-style: none; /* Remove default bullets */
}

ul.list_channels  li::before  {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #409088; /* Change the color */
  font-size: 24px;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1.5em; /* Also needed for space (tweak if needed) */
} 



h6 {
	font-weight: 600 !important;
	letter-spacing: 0rem;

}

.navbar.navbar-expand-lg.navbar-light.fixed-top{
    z-index: 1031;
}
/*
#datenschutzerklaerung header h1 {
    font-size: 1.5rem;
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #409088;
    padding: 0;
    margin: 0 0 1.25rem;
}*/

#ModalPrivacy .modal-body{
    padding: 0.25rem 2.5rem 1.25rem 2.5rem;
    
}

#cookie-confirmation .cc-checkbox-button.cookie-on {
    background: #409088;
}
#cookie-confirmation .cc-checkbox-checked:after {
    border-bottom: 3px solid #409088;
    border-right: 3px solid #409088;
}

#cookie_directive_container{
    background-color: lightyellow;
    bottom: 0;
    position: fixed;
    z-index: 1650;
    padding: 12px 20px 30px;
    display: block;
    width:100%;
    top: auto;
    font-size: 14px;
    font-weight: 500;
}
#cookie_directive_container .btn-cookie {
    border-radius: 13px;
    font-weight: 600;
    padding: 4px 10px;
    background-color: #409088;
    color: #fff;
    margin: 0 5px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 15px;
}
#cookie_directive_container .btn-cookie:hover {
    color:#fff !important;
    background-color: #316f69 ;
}
#cookie_directive_container a {
    color: #409088;
    font-weight: bold;
}
#cookie_directive_container a:not(.btn):hover{
    text-decoration: underline;
}
#cookie_accept{
    padding-bottom: 12px;
}
@media (min-width: 1100px) {
	#cookie_directive_container {
		width:100%;
		font-size: 14px;
		padding: 15px 140px 15px 15px;
	}
}
@media (min-width: 768px){
    #cookie_accept{
        padding-bottom: 0px;
    }

	#cookie_directive_container {
	    padding: 12px 140px 12px 10px;
	}  
}

.visual {
    height: 100vh;
}
.visual h1 {
    display: inline-block;
    margin: 0 0 -6px;
    font-size: 6rem;
    line-height: 0.9;
    font-weight: 800;
    background: #2d9da0;
    padding: 0 20px;
    background: -webkit-linear-gradient(left, #2d9da0 0%, #95c11f 100%);
    background: linear-gradient(to right, #2d9da0 0%, #95c11f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.3125rem;
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: italic;
	height: 6rem;
	margin-top: 3rem;
}
.visual h2 {
    margin: 1rem 0 1.25rem;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 400;
    padding: 0;
    text-align: center;
    color: #757575;
    font-style: italic;
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
}

.extra-bg.up::before,
.extra-bg.up::after {
    content: "";
    background: none;
    position: initial;
    height: 0;
}

.three-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8px 30px;
    justify-content: space-between;
}
.three-column .column {
    box-shadow: 0 0 8px rgba(1, 1, 1, .22);
    background: rgba(255, 255, 255, .6);
    padding: 77px 23px 58px;
    max-width: 29%;
    position: relative;
}
/*.three-column .column:last-child {
    margin: 0;
}*/
@media (max-width: 991px){
    .three-column .column:not(:first-child):before {
        position: absolute;
        transform: rotate(90deg);
        top: -4.2rem;
        left: 45.5%;
        content: "";
        background: url(//cdn.biexcellence.com/majaai/img/arrow.png) no-repeat;
        width: 3rem;
        height: 4rem;
        background-size: contain;
    }
    .three-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 8px 30px;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .three-column .column {
        box-shadow: 0 0 8px rgba(1, 1, 1, .22);
        background: rgba(255, 255, 255, .6);
        padding: 23px 12%;
        max-width: 100%;
        position: relative;
        flex: 0 0 100%;
    }

    .three-column .column:not(:first-child) {
        margin-top: 80px;
    }

    .three-column .column p {
        text-align: left;
    }

    .visual h1 {
        letter-spacing: -0.2rem; 
    }
}

@media (min-width: 992px){

    .three-column .column:not(:first-child):before {
        position: absolute;
        top: 428px;
        left: -19%;
        content: "";
        background: url(//cdn.biexcellence.com/majaai/img/arrow.png) no-repeat;
        width: 3rem;
        height: 4rem;
        background-size: contain;
    }

    .three-column .column p {
        text-align: center;
    }

    .three-column h3{
        margin-bottom: 42px;
    }

    .three-column .icon {
        margin: 0 0 28px;
    }
}
/*.three-column .column:last-child:before {
    content: "";
    background: none;
}*/

.three-column .icon {
    min-height: 100px;
    font-size: 77px;
    display: block;
    color: #409088;
    text-align: center;
}
.three-column h3 {
    font-size: 2rem;
    line-height: 1.1;
    color: #409088;
    text-align: center;
    /**/
    width: 87%;
    margin-left: auto;
    margin-right: auto;
}

.platform-block .platform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -21px;
}
.platform-block {
    position: relative;
}
.platform-block .platform-list li span {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    box-shadow: 0 0 8px rgba(1, 1, 1, .22);
    background: rgba(255, 255, 255, .5);
    padding: 8px 12px;
    min-width: 15rem;
    min-height: 106px;
    color: #409088;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
}
.platform-block .left {
    padding: 6px 2% 0 0;
    text-align: right;
    width: 30.75%;
    position: relative;
}
.platform-block .left:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    content: "";
    background: #6a6f6f;
}
.platform-block .right {
    width: 70.25%;
    padding: 0 0 68px 2.5%;
}
.platform-block .right.line {
    background: url(//cdn.biexcellence.com/majaai/img/line.png) no-repeat 169px 110%;
}
.platform-block .right.line2 {
    background: url(//cdn.biexcellence.com/majaai/img/line2.png) no-repeat 52% 100%;
}
.platform-block .platform-list {
    padding: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-weight: 700;
    font-size: 37px;
    line-height: 1;
    font-style: italic;
}
.platform-block .platform a {color: #409088;}
.platform-list li {margin: 0 3% 34px 0;}


.img {
    max-width: 50%;
	margin-bottom: 2rem;
}

@media (min-width: 1200px){
	
	.img {max-width: 85%;}
	
	.visual h1 {
        letter-spacing: -5px;
    }
    .visual h2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
}

#ModalPrivacy {
	min-height: calc(100vh - 22.5rem);
	padding: 4rem 0 !important;
}

#ModalPrivacy .text-block-wrap p,
#ModalPrivacy .text-block-wrap dd {
	font-size: 1rem;
	line-height: 1.813rem;
	padding: 0;
	margin: 0 0 2.5rem;
	font-style: italic;
}
#ModalPrivacy .text-block-wrap dt {
	font-size: 1.125rem;
	color: #409088;
}