@charset "utf-8";
/*main Layout*/

body {
    background-position: 100% 100%;
    max-width: 100%;
    font-size: 17px;
    font-weight: 400;
    vertical-align:top;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    background-image: url("../images/back-ground-1.jpg");
}

.navbar-brand {
    width: auto;
    height: auto;
    z-index: auto;
}
.navbar-brand img {
    width: 50px;
    height: 50px;
}
.tophead #header {
    width: 100%;
}
.tophead{
        background-color: white;
        height: inherit;    
    }

.notice {display:none;
}

 img {
    width: 100%;
    height: 200px;
    top: auto;
}

 .cards {
        display:flex;
        flex-wrap: wrap;
        justify-content: space-around;
            }

.cards .card .tainer {
    flex-grow: 1;
    flex-shrink: 1;
    /*flex-basis: 70ch;*/
    font-size: 1em;
    flex-wrap: wrap;
    text-align: center;
    background-color: #F9F0B3;
    padding-left: 0px;
}

.card-content a{
	color: black;
	text-decoration: none;
}
.card-content a:hover{
	font-style: normal;
	color: #3527EF;
	text-decoration: none;
}
.card-content p {
	font-size: 18px;
	margin-left: 3%;
	margin-right: 3%;
}


.card-content2 {
	display: flex;
	flex: 0 1 calc(33% - 1rem);
	flex-wrap: nowrap;
	justify-content: space-around;
	max-height: 18.7rem;
	margin-bottom: 1rem;
	margin-left: 20px;
	margin-right: 20px;
	background-color:#B0F0AB;
	text-align: center;
}
#akt {
	text-align: center;
}

#hid {
    visibility: visible;
    overflow-y: auto;
    overflow-x: auto;
    width: 0rem;
    top: auto;
    background-image: url(../images/abstract1.jpg);
}

.main-area {
    /*background-image: url(../images/abstract1.jpg);*/
    top: auto;
    margin-top: -64px;
}

.main-footer {
    background-color: #49B8ED;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-top: 28px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 0.8em;
    text-align: center;
    height: 11em;
}  
.navbar-nav.mr-auto .nav-item.active .nav-link {
    color: #078F1A;
}
.card.col-sm-6.col-md-3 .tainer .card-content h1 {
    font-size: 20px;
}

.card-content2 {
	display: flex;
}
.colt .card-content2 #Trips {
    border: 6px solid #EDDE07;
}
.colt .card-content2 #discount {
    border: 6px solid #EDDE07;
}
.colt .card-content2 #advert {
    border: 6px solid #EDDE07;
}
#navbarSupportedContent1 {
    width: 150px;
}
#quizBtn {
	position:relative;
	right: 60%;
	left:40%;
	height: 0;
}
.tainer h1 {
    font-size: 20px;
}
.tainer video {
    max-width: 211px;
    max-height: 118px;
    width: auto;
}
#onli {
    text-align: center;
    color: #F4484A;
}

@media screen{
.fourPho .cards .card.col-sm-6.col-md-6.col-lg-3 {
    margin-bottom: 11px;
    background-image: url(/images/abstract1a.jpg);
}

}
