body {
    font-family: Cantarell;
    font-size: 16px;
    color: #424242;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	  background-color: #fafafa;
}

a {
    text-decoration: none;
}

.headline_dronephotography{
    width:100%;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
}

.section_headline_dronephotography{
    width:100%;
    font-weight: 600;
    font-size: 1.2em;
}

.box_headline_dronephotography{
    font-weight: 900;
}

.contentbox_dronephotography {
    box-sizing: border-box;
	  border-radius: 3px;
    background-color: #e6e6e6;
    margin: 5px;
    width:20%;
    height: 250px;
    max-width: 200px;
	  overflow: hidden;
	  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.contentbox2_dronephotography {
    margin: 5px;
    width:32%;
    max-width: 200px;
	  overflow: hidden;
    margin: auto;
    text-align: center;
}

.contentbox2_top_dronephotography {
    font-weight: 900;
    font-size: 1.2em;
}

.contentbox2_bottom_dronephotography {
    font-weight: 400;
}



.header {
    box-sizing: border-box;
}

.map_image {
	max-width:300px;
	max-height:250px;
	width: auto;
	height: auto;
}

.header__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.header__title__container {
    width: 100%;
}

.header__title {
    font-weight: 400;
    font-size: 3em;
    margin: 0 5px;
    color: #212121;
}

.header__social__container {
    width: 100%;
}

.header__inner__social__container {
	margin: 2px 5px;
	font-size: 2em;
	float: right;
	display: flex;
	flex-wrap: wrap;
}

.header__inner__social__container i {
	font-family: "fontello";
	margin: 10px;
	font-style: normal;
	color: #323232;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

.header__inner__social__container i:hover {
	color: #000000;
}

.nav {
    width: 100%;
    box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.26), inset 0 10px 8px -8px rgba(0, 0, 0, 0.26);
    text-align:center;
	overflow:hidden;
}

.nav__list {
    width: 100%;
    padding: 0;
    margin: 0;
}

.nav__item {
	font-weight: 900;
    box-sizing: border-box;
    display: inline-block;
    width: calc((100% - 5px)/2);
    max-width: 350px;
    min-width: 48px;
    line-height: 48px;
    text-transform: uppercase;
	position:relative;
}

.nav a {
    color: #424242;
}

.nav a:hover {
    color: #000000;
}

.main {
    width: 100%;
    height: 100vh;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
}

.about_text_box {
    width: 100%;
    order: 2;
}

.cv_link {
    color: #424242;
    font-weight: bold;
}

.about_image_box {
    width: 100%;
    text-align: center;
    order: 1;
    margin: 5px 0;
}

.about_box {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.photography_textbox{
    width: 100%;
    margin: 0 auto;
}

.photography_textbox_inner{
    text-align: center;
    font-size: 1.5em;
    width: 100%;
    max-width: 1000px;
    margin: 50px auto;
}

.image_container {
    margin-top: 10px;
    box-sizing: border-box;
	border-radius: 3px;
    background-color: #e6e6e6;
    width:100%;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.image_container_training_text {
    font-size: 1.1em;
    margin-top: 10px;
    box-sizing: border-box;
    width:100%;
	overflow: hidden;
}

.image_container:hover {
	background-color: #cccccc;
	box-shadow: 0 2px 10px rgba(0,0,0,0.18), 0 2px 7px rgba(0,0,0,0.36);
}

.image_container:active {
	background-color: #b3b3b3;
	box-shadow: 0 7px 15px rgba(0,0,0,0.35), 0 4px 5px rgba(0,0,0,0.3);
}

.image_container_inner {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25), 0 1px 2px rgba(0,0,0,0.22);
}

.image_container_inner:hover {
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
}

.image_container_inner:active {
	overflow: hidden;
	box-shadow: 0 3px 8px rgba(0,0,0,0.35), 0 3px 6px rgba(0,0,0,0.3);
}

.image_container img {
	transition: transform .2s;
	width: 100%;
	display:block
}

.image_container:hover img {
	transform: scale(1.02);
}

.image_headline {
	font-weight: 600;
    text-align: center;
    margin:8px;
}

.image_subtext {
    text-align: center;
    font-size: 0.8em;
    margin:10px;
}

.map {
	box-shadow: 0 1px 8px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    width: 100%;
    height: 70%;
    color:#000000;
    margin: 20px auto;
}
.map_inner {
    width: 100%;
    height: 100%;
}
.footer {
     width: 100%;
	 height: 3em;
	 font-size: 0.8em;
	 font-weight: 600;
	 text-align: center;
}

.flag {
	height: 27px;
	width: 27px;
    margin: -2px 10px;
	border-radius: 4px;
}

@media screen and (max-width: 400px) {
    .nav__item {
        font-size: 0.9em;
    }
    .header__title {
        font-size: 2.7em;
    }
}

@media screen and (min-width: 800px) {
    .header__title {
        margin: 0 5px 10px 5px;
    }
    .header__title__container {
        width: 40%;
    }
    .header__social__container {
        position: absolute;
        bottom: 0;
		right: 0;
    }
}

@media screen and (min-width: 600px) {
    .about_text_box {
        width: calc(100% - 360px);
        max-width: 500px;
        margin: 15px;
        order: 1;
    }
    .about_image_box {
        width: 300px;
        margin: 15px;
        order: 2;
    }
    .image_container {
        margin: 10px;
        width:50%;
    }
    .image_container_training_text {
        margin: 10px;
        width:50%;
    }
    .header__title {
        margin: 0 15px 10px 15px;
    }
    .header__inner__social__container {
        margin: 2px 15px;
    }
    .map {
        width: calc(100% - 20px);
    }
}

@media screen and (min-width: 1000px) {
    .image_container {
        margin: 20px;
        width:33.3333%;
    }
    .image_container_training_text {
        margin: 20px;
        width:33.3333%;
    }
    .header__title {
        margin: 0 25px 10px 25px;
    }
    .header__inner__social__container {
        margin: 2px 25px;
    }
    .about_text_box {
        margin: 25px;
        font-size: 1.2em;
        max-width: 600px;
    }
    .about_image_box {
        margin: 16px;
    }
    .about_box {
        max-width: 1000px;
    }
    .map {
        width: calc(100% - 40px);
    }
}

@media screen and (min-width: 1200px) {
    .image_container {
        margin: 30px;
        margin-bottom: 20px;
    }
    .image_container_training_text {
        margin: 30px;
        margin-bottom: 20px;
    }
    .header__title {
        margin: 0 35px 10px 35px;
    }
    .header__inner__social__container {
        margin: 2px 35px;
    }
    .about_text_box {
        margin: 35px;
    }
    .about_image_box {
        margin: 35px;
    }
    .about_box {
        max-width: 1040px;
    }
    .map {
        width: calc(100% - 60px);
    }
}

@media screen and (min-width: 1600px) {
    .image_container {
        width:25%;
    }
    .image_container_training_text {
        width:25%;
    }
    .main {
        max-width: 1600px;
    }
}

@media screen and (min-width: 2000px) {
    .image_container {
        width:20%;
    }
    .image_container_training_text {
        width:20%;
    }
    .main {
        max-width: 2000px;
    }
}

@media screen and (min-width: 2400px) {
    .image_container {
        width:16.6666%;
    }
    .image_container_training_text {
        width:16.6666%;
    }
    .main {
        max-width: 2400px;
    }
}
