/***************************************


		msgrafik responsivestart css


***************************************/

/* GLOGBAL */

html {
    min-width: 0;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

html, body {
    height:auto;
}

body {
	  min-width: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
}

body * {
	box-sizing: border-box;
}

/* CLEARFIX */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
} 

.clearfix::after {
  clear: both;
}

.clearfix {
  *zoom: 1; /* Für den IE6 und IE7 */
}


/* MAIN */

#slider_themepic_start img {
    position: fixed;
    top: 0px;
    left: 0px;
    object-fit: cover;
    width: 100%;
}

.tinymcewysiwyg_start_bg {
    display:none;
}

.tinymcewysiwyg_start {
    background-color: rgba(0,0,0,0.7);
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 110px;
    padding-bottom: 30px;
    left: auto;
    right: auto;
    position: relative;
    bottom: 0;
    top: 45%;
    -webkit-box-shadow: 0px 0px 20px 8px #FFFFFF;
    box-shadow: 0px 0px 20px 8px #FFFFFF;
    -moz-box-shadow: 0px 0px 20px 8px #FFFFFF;
    font-family: "myriad-pro",sans-serif;
    height: auto;
}

.textbox {
    position: absolute;
    bottom: 0;
    width: 100%;
}