@charset "utf-8";


/**
 * Allgemein
**/

* {
	margin: 0 auto;
	padding: 0;
    font-family: arial;
    box-sizing: border-box;
}

html {
    background: url("../bilder/img/Hintergrundphotobyhartamrad.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
            }


body {
	margin: 0 auto;
	width: 60%;
}


/**
 * Titelseite
**/

.website_heading {
    font-size: 300%;
    text-shadow: 2px 2px 2px black;
    padding: 0.5%;
    padding-top: 1.5%;
}

.heading_common {
    color: white;
    background-color: gray;
    font-size: 120%;
    text-align: center;
}

.heading_imp {
    color: black;
    font-size: 120%;
}

.heading_title {
    color: white;
    text-shadow: 2px 2px 2px black;
    text-align: center;
    padding-bottom: 12px;
}

.title_box_bottom {
    background-color: rgba(30, 30, 30, 0.5);
    border: 2px solid rgb(80, 80, 80);
    box-shadow: 2px 2px 2px black;
    width: 45%;
    padding: 1%;
}
/**
 *  Titelbild
**/

img.titlepic{
    width: 45%;
    box-shadow: 2px 2px 2px black;
}

img.titlepic:hover {
    box-shadow: 0px 0px 5px 2px white;
}

.titlepic-box {
    text-align: center;
    padding-bottom: 3%;
}

/**
 * Header
**/

header	{
	color: white;
	text-align: center;
	/* height: 80px; */
	/*border: 1px solid black;*/
}

header a:link, a:visited {
	color: white;
	text-decoration: none;
}

header a:hover {
	color: white;
}

/**
 *  Instagram Link
**/

.box_instagram {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 15px;
}

.link_instagram, .link_instagram:visited {
    font-size: 140%;
    text-decoration: none;
    color: rgb(150, 150, 150);
    text-shadow: 1px 1px 1px black;
}

.link_instagram:hover {
    color: rgb(190, 190, 190);
}

.icon_instagram {
    font-size: 120%;
}

/**
 * Content
**/

#content {
    /*
	text-align: center;
	border: 1px solid gray;
	min-height: 400px;
	box-shadow: black 2px 2px 10px;
    background-image: url("../bilder/img/bg_ws80.png");
    */
}

.innercontent {
    text-align: center;
	border: 1px solid gray;
	min-height: 400px;
	box-shadow: black 2px 2px 10px;
    background-image: url("../bilder/img/bg_ws80.png");  
}

.innercontent h1 {
    color: white;
    font-size: 220%;
    font-weight: bold;
    text-shadow: 2px 2px 1px black;
    background-color: gray;
}

.innercontent p {
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.button_back {
    font-weight: bold;
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
    box-shadow: 1px 1px 1px black;
    background-color: gray;
    width: 8%;
    margin-left: 90%;
    margin-top: 1%;
    margin-bottom: 1%;
    border: 2px solid rgb(80, 80, 80);
    border-radius: 30px 30px 30px 30px;
}

/**
 * Footer
**/

footer {
	color: white;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}

footer p {
    text-shadow: 1px 1px 1px black;
}

footer a:link, footer a:visited {
	font-weight: bold;
	color: rgb(150, 150, 150);
	text-decoration: none;
}

footer a:hover {
	color: white;
}

/**
 *  Über Mich
**/

.uebermich_profilbild {
    background-image: url('../bilder/img/profilbild.jpeg');
    background-size: cover;
    background-position-x: 50%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid gray;
    box-shadow: 0px 2px 6px black;
}


/* BILDER */

img {
	width: 30%;
}

/* LISTEN */

#ul_archiv {
    width: 66%;
}

#ul_archiv ul {
    list-style: none;
    text-align: center;
}

#ul_archiv a:link, #ul_archiv a:visited {
    text-decoration: none;
    width: 49%;
    margin-right: 0.3%;
	margin-bottom: 0.3%;
	display: block;
    float: left;
}

#ul_archiv a:hover {
    border: 1px solid white;
}

.ul_archiv_button, .ul_archiv_button:visited {
    background: linear-gradient(180deg, #dedede, 20%, #636262);
    font-size: 120%;
    font-weight: bold;
    border: 1px solid rgb(84, 84, 84);
    border-radius: 5px;
    color: white;
    text-shadow: 1px 1px black;
}

.ul_archiv_button:hover {
    box-shadow: 0px 0px 5px 1px white;
}

/* TABELLEN */

#cont_form {
	width: 35%;
	margin-left: 30%;
	padding: 1.5%;
	font-size: 80%;
	font-weight: bold;
}

/**
 * Sonstiges
**/

.clear_all {
    clear: both;
}

