@charset "UTF-8";
/* CSS Document */

.datemarker {
	background: rgb(0,111,163);
	background: linear-gradient(0deg, rgba(0,111,163,1) 0%, rgba(0,72,132,1) 35%, rgba(0,140,204,1) 65%, rgba(0,72,133,1) 100%); 
}


    .flag {
	  width: 120px;
	  height: 130px;
	  background-image:url(../imgs/basics/elements/flag_blue.png);
	  background-position:center bottom;
	  background-size:auto;
	  background-repeat:no-repeat;
	  float:right;
	  position: relative;
	  margin-right:8px;
	  top:10px;
	  font-family: 'Pirata One', cursive;
	  font-size:2.5em;
	  line-height:1em;
	  color:#FFF;
	  text-align: center;
	  z-index:5;
	  visibility:visible;
    }

.minus100{
	height:5px;
	position:relative;
	top:-105px;
}

.minus50{
	height:5px;
	position:relative;
	top:-55px;
}

.numbers {
	font-family:'Roboto Condensed', sans serif;
	font-size:1.8em;
	font-weight:600;
	line-height:2.1em;
	text-decoration:none;
	padding:7px;
	display:inline;
	color:#FFF4E0;
	background-image:url(../imgs/basics/bgs/bg_blue01.jpg);
	border-radius:50%;
}

.numberswe {
	font-family:'Roboto Condensed', sans serif;
	font-size:1.8em;
	font-weight:600;
	line-height:2.1em;
	text-decoration:none;
	padding:7px;
	display:inline;
	color:#FFF4E0;
	background-image:url(../imgs/basics/bgs/bg_red.jpg);
	border-radius:50%;
}

.icons {
	width:40px;
	height:auto;
	padding-left:10px;
	padding-top:10px;
}

.speisillu {
	width: auto;
	height:auto;
	}
	
.tob {
	width:300px;
	height:auto;
}

.smevent {
	width:99%;
	height:auto;
}

.headimg {
	width:60%;
	margin:0 auto;
	height:auto;
}

.slide-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.slide-container iframe,
.slide-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hinweismain {
      	background: rgb(164,0,0);
		background: linear-gradient(90deg, rgba(164,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(164,0,0,1) 100%);
        height:auto;
        color:#FFF;
        font-family: 'Pirata One', cursive;
		font-size:2.0em;
        font-weight:200;
        padding:20px;
        text-decoration:blink;
		text-align:center;
       	text-shadow:3px 3px 1px rgb(0 0 0 / 0.7);
		letter-spacing:1px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






/*XXXXXXXXXXXXXXXXXXXXXXXXXXX*/





			@media screen and (max-width: 750px){

    .flag {
	  width: 80px;
	  height: 130px;
	  position: absolute;
	  left:-500px
	  top:-9999px;
	  visibility:hidden;
    }
	
	.icons {
	width:40px;
	height:auto;
	padding-left:15px;
	padding-top:10px;
}
.speisillu {
	width: 200px;
	height:auto;
	}
	
.tob {
	width:200px;
	height:auto;
}

.headimg {
	width:80%;
	margin:0 auto;
	height:auto;
}
			}