body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
body {
        color:#000000;
        font-family: Arial, Helvetica, sans-serif;
}

#container {
    background-color: #a9a9a9;
    background-image: url(https://www.regina-karl.de/files/img/bg.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}

#main {
    /*background-image: url(https://www.regina-karl.de/files/img/notizblock.png);
    background-size: cover;
    background-repeat: no-repeat;*/
    max-width: 600px;
    height:100vh;
    display: flex;
    background-position-y: 50px;
    justify-content: center;
    align-content: center;
}

/*Notizblock*/
.notizblock h2 {
    color:#000000;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 10px;
}

/*Login-Formular*/
.login .formbody {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.login h2 {
    color:#000000;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}

.login label {
    display: block;
    color:#000000;
    font-size: 12px;
    margin-bottom: 5px;
}

.login input {
    color:#000000;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 200px;
    background-color: #ffffff;
    border-style: none;
    border-radius: 4px;
    padding: 3px;
    margin-bottom: 10px;

}

.login button {
    color:#ffffff;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-color: #828282;
    border-style: none;
    border-radius: 4px;
    padding: 3px;
    width: 204px;
}

.login button:hover {
    color:#ffffff;
    background-color: #000000;
}


/*Portfolio*/
.portfolio {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.portfolio h2 {
    color:#000000;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 10px;
}

.portfolio a {
    width: 204px;
    height: 20px;
    color:#ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    display: block;
    border-radius: 4px;
    padding: 3px;
    background-color: #828282;
}

button {
    color:#ffffff;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-color: #828282;
    border-style: none;
    border-radius: 4px;
    padding: 3px;
    width: 204px;
    height: 30px;
}

button:hover {
    color:#ffffff;
    background-color: #000000;
}

.login_info {
    visibility: hidden;
    width: 200px;
    font-size: 1px;
}
