/* testpdo4 */
<style>
* {
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: block;
	min-height: 100%;
}
[class*="col-"] {
    float: left;
    padding: 0; /*0.3em; /* 5px 15px */
	margin-top: 0em;
}
/*html {
    font-family: "Lucida Sans", sans-serif;
}*/
html, body {
	/*position: relative;*/
	position: relative;
	height: 100%
	left:0;
	right:0;
	//margin-left:auto;
	//margin-right:auto;
	margin: 0 auto 0 auto;
}

html {
  overflow-x: hidden;
  margin: 0; /* 5px 16px */
  padding: 0;
  height: auto; //100%; /* new */
  font-size: 62.5%; // For rem units support org: 62.5%
}

body {
  position: relative;
  font-family: 'RobotoDraft', 'Roboto', 'Helvetica Neue, Helvetica, Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.0rem; /* 1.4 */
  line-height: 2rem;
  letter-spacing: 0.01rem;
  color: #212121;
  background-color: #e0e0e0;
  /*min-height: 100%; /* new */
  height: auto;//100%; /* new */
  // Font Rendering
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: rgba(0, 95, 229,1.0);
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}
a:hover {
	//font-weight: bold;
	color: rgba(0, 105, 255,1.0);
}
p {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;*/
	color: #000000;
	line-height: normal;
	margin:0;
	padding:10px;
}
.spacer_top_bottom_5 {
	content: " ";
	padding: 5px 0 5px 0;
}
.gototop{
	float: left;
}
.gototop_height_20{
	height: 20px;
}
.gototop_height_10{
	height: 10px;
}

/*.global::after {*/
.global{
	//content:"";
	display:block;
	float:left; /*neu*/
	position:absolute; /* pdo4: relative */ /* absolute funktioniert */
	left:0; 
	right:0;
	
/*	margin-left:0; 
	margin-right:0; */
	margin-left:auto; 
	margin-right:auto; 
	
	padding-bottom:5em; /* 5em; damit der footer funktioniert */
	padding-top:3.5em; /* 5em; damit der header funktioniert */
	padding-left:0;
	padding-right:0;
	
	//min-height:100%;
	/*display:block; /* entfernt */
	width: 60%;
	
	clear:both;
	background-color: #999999;
	
	
	//background-image:url("../images/red_background_1280x720.png");
	//background-size: cover;
	//background-repeat:no-repeat;
	background-color: #33b5e5;
	//background-position: center center;
}
#global{
	//content:"";
	display:block;
	float:left; /*neu*/
	position:absolute; /* pdo4: relative */ /* absolute funktioniert */
	left:0; 
	right:0;
	
/*	margin-left:0; 
	margin-right:0; */
	margin-left:auto; 
	margin-right:auto; 
	
	padding-bottom:5em; /* 5em; damit der footer funktioniert */
	padding-top:3.5em; /* 5em; damit der header funktioniert */
	padding-left:0;
	padding-right:0;
	
	//min-height:100%;
	/*display:block; /* entfernt */
	width: 60%;
	
	clear:both;
	background-color: #999999;
}
.position_relative{
	position:relative;
}
.position_absolute{
	position:absolute;
}
.padding_0{
	padding:0 0 0 0;
}
.padding_left_right_5{
	padding:0 5px 0 5px;
}
.padding_top_bottom_5{
	padding: 5px 0 5px 0;
}
.padding_all_5{
	padding: 5px 5px 5px 5px;
}
.font_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	color: rgba(255, 255, 255, 0.9);
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;	
}
.font_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;	
}
.font_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	color: #555555;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;	
}
.font_center {
	text-align:center;
}
#content {
	//min-height:100%
	position:relative;
	height:100%;
	//margin:auto; // test
	/*padding-bottom: 2em;*/
}
.header {
    background-color: rgba(255, 33, 0, 0.7);
    /*color: #ffffff;*/
    padding: 0 5px 5px 5px; /* 15px */
}

.menu {
    margin: 0;
	//margin-top: 0.3em; 
    padding: 5px; /* 0 */
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 0px; /* 8px */
    //margin-bottom: 7px; // test
    background-color: #e6e600;
    
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #0099cc;
}
.aside {
    background-color: #33b5e5;
    padding: 5px; /* 15px */
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.goto_top{
	background-image:url("../images/pfeilhochblau.png");
	background-size: auto 1.0em;
	background-repeat:no-repeat;
	/*background-color: #33b5e5;*/
	background-position: center center;
	width: 10%;
	height: 10%;
	resize: both;
	padding:0;
}
/*
##################### FOOTER #####################
##################### START ######################
*/
#footer {
    background-color: rgba(255, 33, 0, 0.7);
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 1em 0em 1em 0em ; /* 15px */ /*entfernt*/
    /*margin: 0.2em 0em 0.2em 0em ; /* 15px */
	position: fixed; /* pdo4 absolute*/
	bottom:0;
	/*top:0;*/
	height:1.0em; /* 1.5 em */
	width:60%; /* pdo4 60% 100%*/
	left:0; /* pdo4 */
	right:0; /* pdo4 */
	margin-left:auto; 
	margin-right:auto;
	clear:both;
}
#footer2 {
    background-color: orange;
	box-sizing:border-box;
	float:left;
    color: #334455;
    text-align: center;
    font-size: 12px;
    padding: 1em 0em 1em 0em ; /* 15px */ /*entfernt*/
    /*margin: 0.2em 0em 0.2em 0em ; /* 15px */
	position: fixed; /* pdo4 absolute*/
	bottom:10em;
	/*top:0;*/
	height:1.0em; /* 1.5 em */
	width:100%; /* pdo4 60% 100%*/
	/*left:20%; /* pdo4 */
	/*right:20%; /* pdo4 */
	/*margin-left:1em; 
	/*margin-right:1em;*/

}


.footer3 {
    background-color: red;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 1em 0em 1em 0em ; /* 15px */ /*entfernt*/
    /*margin: 0.2em 0em 0.2em 0em ; /* 15px */
	position: fixed; /* pdo4 absolute*/
	bottom:16em;
	/*top:0;*/
	height:1.0em; /* 1.5 em */
	width:60%; /* pdo4 60% 100%*/
	left:0; /* pdo4 */
	right:0; /* pdo4 */
	margin-left:auto; 
	margin-right:auto;
	clear:both;
}
#footer4 {
background-color: yellow;
position: fixed; 
top: 100px; /* or whatever top you need */ 
left: 50%; 
width: 100%;
}
.footer_text{
	//border-radius: 4px;
	//border: 1px solid #4CAF50;
	font-size: 1.0em;
	padding: 2px 5px;
	background:none;
	color: rgba(0, 0, 0, 1.0);
}
.footer_button{
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	font-size: 1.0em;
	padding: 2px 15px;
	//color: #000000;
	//color: #555555;
	background: rgba(216, 216, 216, 1.0);
}
.footer_button:hover{
	background: rgba(0, 93, 255, 1.0)
}
.footer_image {
	background-image:url("../images/red_background_720x1280.png");
	background-size: cover;
	background-repeat:no-repeat;
	background-color: #33b5e5;
	background-position: center center;
	//width: 100%;
	//height: 100%;
	//resize: both;
}
.footer_image_together {
	padding:0;
	background-image:url("../images/pokal.png"), url("../images/text_russia_2018.png"), url("../images/pokal.png") ;
	background-size: auto 2.5em, auto 1.5em, auto 2.5em;
	background-repeat:no-repeat, no-repeat, no-repeat;
	/*background-color: #33b5e5;*/
	background-position: 10% center, center center,  90% center;
	width: auto;
	height: 100%;
	resize: both;
}
#footer_floating {
	box-sizing:border-box;
	bottom:0px;
	height:30;
	right:0%;
	left:0%;
	position:fixed;
	width=60%;
	top:expression((0-(footer_floating.offsetHeight)+
	(document.documentElement.clientHeight?
	document.documentElement.clientHeight:
	document.body.clientHeight)+(ignoreMe=document.documentElement.scrollTop?
	document.documentElement.scrollTop:document.
	body.scrollTop))+'px');
	text-align:center;
	visibility:visible;
}
#footer_floating2{
	width: 60%;
	text-align: center;
	font-family: arial;
	font-size: 1.0em;
	position: fixed;
	bottom: 2.5em;/* 1em; */
	clear:both;
	left:0; 
	right:0; 
	margin-left:auto; 
	margin-right:auto;
}
/*
##################### FOOTER #####################
##################### ENDE #######################
*/
/*
##################### HEADER #####################
##################### START #######################
*/
#header_floating{
	width: 60%;
	text-align: left;
	font-family: arial;
	position: fixed !important;
	top: 0em;/* 1em; */
	clear:both;
	left:0; 
	right:0; 
	margin-left:auto; 
	margin-right:auto;
	//margin-bottom:50px;
	vertical-align: middle;
	height:3.5em;
    background-color: rgba(255, 33, 0, 0.7);	
}
#header_floating_content{
	width: 100%;
	height:3.5em;
	margin:auto;
	vertical-align: middle;
}
/*
##################### HEADER #####################
##################### ENDE #######################
*/

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/*
######################
personal input styles
start
*/
.image_header {
	background-image:url(http://www.elole.net/wm2018testpdo3/images/fragezeichen.gif);
	background-repeat:repeat;
}
.image_header_left{
	background-image:url(http://www.elole.net/wm2018testpdo3/images/fragezeichen_over.gif);
	background-repeat:no-repeat;
	width: 8.33%;
	float: left;
}
.image_background{
	background-image:url(http://www.elole.net/wm2018testpdo3/images/red_background.png);
	background-size: contain;
	/* background-repeat:no-repeat; */
	background-color: #33b5e5;
	width: 100%;
	height: 100%;
	resize: both;
}

.newsletter_text{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:100%;
}
.newsletter_betreff{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:100%;
}
.input_tip {
	font-size: 12px;
	color: #555555;
	width: 15px;
}
.input_form {
	font-size: 12px;
	color: #555555;
	width: 100px;
}
.input_form_login{
	font-size: 10px;
	color: #555555;
	width: 100px;
}
.input_form_login_button{
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	font-size: 1.0em;
	padding: 5px 15px;
	/*background:none;*/
	background-color:Transparent;
	//outline:none;
}
.input_form_button {
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	font-size: 1.0em;
	padding: 2px 15px;
	background: rgba(216, 216, 216, 1.0);
}
.input_form_button:hover{
	background: rgba(0, 93, 255, 1.0);
}
.label_login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}
.label_form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}
.card_background_header{
    background-color: rgba(43, 58, 255, 0.9);
}
.card_background_error{
    background-color: rgba(231, 241, 95, 1.0);
}
.card_background_content{
    background-color: rgba(206, 211, 255, 0.9);
}
.card_outline{
	box-sizing:border-box;
    padding: 5px 5px;
	width:100%;
	float:left;
}
.card_outline_no_padding{
	box-sizing:border-box;
    /*padding: 0 0 0.7em 0;*/
	width:100%;
	float:left;
}
.card_outline_33{
	box-sizing:border-box;
	/*padding-right:1em;*/
	width:33.333%;
	float:left;
    padding: 5px 5px;
	/*margin-right:20px;*/
}
/*.card_outline_33:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
}*/
.card_outline_33_no_padding{
	box-sizing:border-box;
	/*padding-right:1em;*/
	width:33.333%;
	float:left;
    /*padding: 0;*/
	/*margin-right:20px;*/
}
.card_outline_50_no_padding{
	box-sizing:border-box;
	/*padding-right:1em;*/
	width:50%;
	float:left;
    /*padding: 0;*/
	/*margin-right:20px;*/
}
.card_outline_50_no_padding_center{
	box-sizing:border-box;
	/*padding-right:1em;*/
	width:50%;
	float:left;
    /*padding: 0;*/
	/*margin-right:20px;*/
	margin:auto;
}
/*.card_outline_33_no_padding:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
}*/
.card_gruppe{
	box-sizing:border-box;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 0.5em;
    float: left;
    padding: 5px 5px;
	background-color:rgba(211, 211, 211, 0.8);
	/*position:relative;*/
}
.card_gruppe:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
}
.card_gruppe_no_padding{
	box-sizing:border-box;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 2.0em;
    float: left;
    /*padding: 0;*/
	background-color:rgba(194, 194, 255, 0.9);
	/*position:relative;*/
}
.card_gruppe_no_padding:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
}
.card_wettstatistik_tabellen {
	box-sizing:border-box;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%; /*97.5%;*/
    min-height: 3em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
	/*margin:auto;*/
/*    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0.5em;*/
    float: left;
	/*clear:right;
	display:inline-block;*/
    padding: 5px 5px;
	background-color:rgba(242, 242, 242, 0.9);
}
.card_wettstatistik_tabellen:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
.card_wettstatistik_tabellen_no_padding {
	box-sizing:border-box;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%; /*97.5%;*/
    min-height: 3em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
	/*margin:auto;*/
/*    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0.5em;*/
    float: left;
	/*clear:right;
	display:inline-block;*/
    /*padding: 0;*/
	//background-color:rgba(242, 242, 242, 0.9);
}
.card_wettstatistik_tabellen_no_padding:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
.card_tabelle{
	/*margin: auto;*/
    box-sizing:border-box;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    float: left;
    padding: 5px 5px;
	background-color: rgba(242, 242, 242, 0.9);
}
.card_tabelle:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
}
.card_tabelle_no_padding{
	/*margin: auto;*/
    box-sizing:border-box;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 1.0em;
    margin-top: 0.5em;
    float: left;
    /*padding: 0;*/
	//background-color: rgba(242, 242, 242, 0.9);
}
.card_tabelle_no_padding:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
}
.card_wettstatistik {
    box-sizing:border-box;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    min-height: 3em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
	/*margin:auto;*/
    /*margin-right: 1.33%;*/
    /*margin-top: 0.5em;*/
    float: left;
	/*clear:right;
	display:inline-block;*/
    padding: 5px 5px;
	background-color:rgba(242, 242, 242, 0.9);
}
.card_wettstatistik:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
.card_wettstatistik_no_padding {
    box-sizing:border-box;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    min-height: 3em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
	/*margin:auto;*/
    /*margin-right: 1.33%;*/
    /*margin-top: 0.5em;*/
    float: left;
	/*clear:right;
	display:inline-block;*/
    /*padding: 0;*/
	//background-color:rgba(242, 242, 242, 0.9);
}
.card_wettstatistik_no_padding:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
.card_wettstatistik_header{
	font-weight: bolder;
	text-align:center;
	color: #000000;
	line-height: normal;
	margin-top:1em;
	padding:0;
}
.card_wettstatistik_header_no_padding{
	font-weight: bolder;
	text-align:center;
	color: #000000;
	line-height: normal;
	margin-top:1em;
	/*padding:0;*/
}
.container_wettstatistik {
	font-size: 2.0rem; /* 1.4 */
	font-weight: bolder;
	text-align:center;
	margin-top: 0.2em;
    padding: 2px 2px;
}
.container_wettstatistik_no_padding {
	font-size: 1.3rem; /* 1.4 */
	font-weight: bolder;
	text-align:center;
	margin-top: 0.2em;
    /*padding: 0;*/
}
.container_wettstatistik_tabellen{
	font-size: 1.0rem; /* 1.4 */
	font-weight: bolder;
	text-align:center;
	margin-top: 0.2em;
    padding: 2px 2px;
}
.container_wettstatistik_tabellen_no_padding{
	font-size: 1.0rem; /* 1.4 */
	font-weight: bolder;
	text-align:center;
	margin-top: 0.2em;
    /*padding: 0;*/
}
.container {
    padding: 2px 2px;
}
.container_no_padding {
    /*padding: 0;*/
}/*
personal input styles
end
######################
*/

.mainNavDropbtn {
    background-color: red;
	border-radius: 5px;
    color: white;
    padding: 10px; 
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.mainNavDropbtn:hover{
	background-color: green;
	transition: 0.3s;
}
.testMenu {
    margin: 0;
	//margin-top: 0.3em; 
    padding: 5px; /* 0 */
}
.testButton{
	border:none;
	cursor:pointer;
	width:auto;
	height:auto;
	background-color:Transparent;
	outline:none;
}
ul#mainNav {
    float:left;
    //width:auto;
    margin:5px; 
	//padding:5px 0 0px 5px;
	//margin-bottom:5px;
    color:white;
    list-style-type:none;

    //background-color: #ffcc00;
	//border-radius: 5px;
    color: white;
    padding: 0; 
    font-size: 12px;
    border: none;
    cursor: pointer;	
}
ul#mainNav > li {
    float:left;
    display:inline;
    position:relative;
    padding:5px;
	margin-bottom:5px;
    //border:1px white solid;
	border:none;
    border-radius: 5px;
	background-color: rgba(76, 150, 255, 1.0);
	//background-color: none; //#e6e600
	border-radius: 5px;
	transition: 0.5s;
    
}
ul#mainNav > li:hover {
    //background:white;
	background-color: rgba(163, 201, 255, 1.0);
	//padding:0px;
    //color:black;
    //border:1px black solid;
}
ul#mainNav > li:hover ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s, 0s;
}
ul#mainNav li ul {
	list-style-type: none;
	position:absolute;
    float:left;
    width:200px;
    height:0;
    //padding:5px 0px 5px 0px;
	padding:0px;
	padding-left:0;
	margin-top:5px;
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: 0.5s, 0s;
    transition-delay: 0, 1s;
}
ul#mainNav ul li {   
    padding:10px;
	
	background-color:white;
    //border:1px black solid;
}
ul#mainNav ul li:hover {
    background-color:rgba(220, 220, 220, 1.0);
	transition: 0.3s;
    //border:1px white solid;
    //color:white; // ändere Text-Frabe beim Drübergehen der Listeneinträge
}

/*
######################
for the dropdown menu navigation
start
######################
*/
/* Style The Dropdown Button */
.dropbtn {
    background-color: #009ED3;
	border-radius: 5px;
    color: white;
    padding: 5px; 
    font-size: 1.5em;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    padding: 5px; 
	position: left;
    display: inline-block;
	transition: 1.3s;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
		//transition: 1.3s;

}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
	transition: 1.3s;
}
/*
######################
for the dropdown menu navigation
ende 
######################
*/


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
	[class*="col-"] {
			width: 100%;
		}
	[class="global"] {
		position:absolute; 
		/*left:0; 
		//right:0;*/ 
		/*margin-left:auto; 
		margin-right:auto;*/
		width:100%;
	}
	[class="footer3"] {
		width:100%;
	}
	#content{
		width:100%;
	}
	#footer {
		width:100%;
	}
	#footer_floating2 {
		width:100%;
	}
	#header_floating {
		width:100%;
	}
}


</style>