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

/********************* Projekt *********************/
/***************************************************/

*{
	box-sizing: border-box;
}

html, body {
	margin: 0;
	background-color: black;
	background-image: url("../Images/ODPLogoGrey.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

h1 {
	font-size: 1em;
	color: white;
	padding-bottom: 1em;
}
h2 {
	font-size: 1.8em;
	color: white;
}

span {
	color: chocolate;
}

/************************* Links *************************/
/*********************************************************/

a {
  color: #000;
}

a:link, a:visited {
	color: grey;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: skyblue;
}

a.footer:link, a.footer:visited {
	color: white;
	text-decoration: underline;
}

a.footer:hover, a.footer:focus, a.footer:active {
	color: lightblue;
}

/************************* Layout *************************/
/**********************************************************/

header, nav, div, main, article, section, footer { /***** For older browsers *****/
	display: block;
}

header {
	background-color: transaparent;
	padding: 0 0 0 1em;
	color: white;
	}

nav {
	background-color:transparent;
	width: 100%;
	text-align: right;
	margin: 0 1em 0 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
}

main {
	background-color: black;
	padding-left: 2em;
	}

article {
	align-content: center;
	background-color: transparent;
	width: 50%;
	}

section {
	width: 230px;
	}

footer {
	background-color: transparent;
	height: 100px;
	text-align: left;
	margin-left: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	}

/************************* Klassen *************************/
/***********************************************************/
.text-color {
	color: #FFFFFF;
}

.img-responsive {
	max-width: 100;
	height: 120px;
}

.img-responsive-max {
	width: 120px;
	height: 120px;
}

.clearfix::after { /* fixes float failure */
	content: "";
	clear: both;
	display: table;
}

.copyright {
	color: white;
	margin-left: 1em;
	font-size: 1em;
	text-align: center;
}

.home-start {
	font-size: 0.6em;
	color: white;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}

.home-footer {
	font-size: 0.6em;
	color: white;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}
	
.arrowleft {
	float: left;
}

.arrowright {
	float: right;
}

.sleeve {
	padding-top: .5em;
	margin-bottom: 1em;
}

.divtext {
	text-align: left;
	padding-top: .5em;
	margin-bottom: 1em;
}

.buyleft {
	float: left;
}

.buycentre {
	margin-left: 1.75em;
	margin-right: 1.75em;
}

.buyright {
	float: right;
}

.divfooter {
	text-align: center;
}

.footer {
  width:100%;  
  height: 60px;
	padding-top: 2.5em;
  clear:both;
  overflow: hidden;
  text-align: center;
  background-color: transparent
}

/************************* ID *************************/
/******************************************************/

#home-articleReleasePages {
	width: 768px;
	padding: .5em 2em 2em 0;
	color: white;
	text-align: left;
	font-size: 18px;
	}

#discdiv {
	margin-top: 3em;
	background-color: black; 
	width: 350px;
	}

#buydiv {
	text-align: center;
	margin-top: 2em;
	width: 350px;
}

#footerdiv {
	width: 100%;
	margin-left: 2em;
	text-align: center;
}

#home-sectionServices {
	width: 768px;
	padding: 3em 2em 2em 0;
	color: white;
	text-align: left;
	font-size: 18px;
	}

#home-sectionAbout {
	width: 768px;
	padding: 1em 2em 2em 0;
	color: white;
	text-align: left;
	font-size: 18px;
	}

#home-sectionConnect {
	width: 768px;
	padding: 3em 2em 2em 0;
	color: white;
	text-align: left;
	font-size: 18px;
	}

/*********************** Burgermenu Classes ***********************/

.header {
  background-color: black;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none; /***************** points are deleted ***************************/
  overflow: hidden;
  background-color: dimgrey;
}

.header li a { 
  display: block; /***************** makes a block in the link ***************************/
  padding: 10px 20px;
  border-right: 0px solid #f4f4f4;
  text-decoration: none;
	background-color: black; /***************** background hinter dem link ***************************/
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: darkgray;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}


/******************************************************/
/****************** BREAKPOINTS ***********************/
/******************************************************/

@media screen and (min-width: 422px) {

	#home-articleReleasePages {
	float: left;	
	}

		#home-sectionAbout {
			width: 422px;
		float: left;	
			font-size: 16px;
		}
	
	
	
}

@media screen and (min-width: 576px) {

	#home-articleReleasePages {
	float: left;	
	}

		#home-sectionAbout {
			width: 576px;
		float: left;	
			font-size: 16px;
		}
	
	
	
}

@media screen and (min-width: 768px) {
	
	#home-articleReleasePages {
	float: left;	
	}

		#home-sectionAbout {
			width: 768px;
		float: left;	
			font-size: 16px;
		}

	/********************* section classes ********************/
	
.header li {
    float: left;
  }
  .header li a {
    padding: 15px 20px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
	

@media screen and (min-width: 992px) {
	
	#home-articleReleasePages {
	float: left;	
	}

		#home-sectionAbout {
			width: 992px;
		float: left;
			font-size: 16px;
		}

}

@media screen and (min-width: 1200px) {
	
	#home-articleReleasePages {
	float: left;	
	}

		#home-sectionAbout {
			width: 1200px;
		float: left;
			font-size: 16px;
		}
	}
	