body, div, p, input, button {
	color: #1b65b7;
	font-family: 'Slabo 24px', serif;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
}

body {
	background-color: #111111;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

h1 {
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 72px;
	color: #1b65b7;
	text-decoration: none;
}

h2 {
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	color: #1b65b7;
	text-decoration: none;
	
}

a {
	font-family: 'Quicksand', sans-serif;
	font-size: 72px;
	color: #1b65b7;
	text-decoration: none;
}

b {
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	color: #1b65b7;
	text-decoration: none;
}

b.button1 {
	border: 2px solid #1b65b7;
	border-radius: 25px;
	padding: 20px;
	width: 200px;
	height: 150px;
	float: left;
	text-decoration: none;
	display: block;
	background-image: url(Bild1.png);	
}

#ccontainer {
	position: center;
	width: 640px;
	height: 480px;
	border: 4px solid #1b65b7;
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 50px;
}

#ccontainerLeft {
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	margin-top: -20px;
	float: left;
	width: 318px;
	height: 480px;
	z-index:10;
}

#ccontainerRight {
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: -475px;
	margin-right: 0px;
	float: right;
	width: 318px;
	height: 480px;
}

#bild1 {
	margin-top: 5px;
	margin-left: -5px;	
}

#smash {
	margin-top: 5px;
	margin-left: -5px;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.videomodal-content{
	margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

