@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Flood';
  src: url('/css/fonts/Flood.woff2') format('woff2'), url('/css/fonts/Flood.woff') format('woff');
  /* src: url('/css/fonts/Flood.woff') format('woff'); */
  /*  font-weight: normal;
  font-style: italic; */
}
/* open-sans-300 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/css/fonts/OpenSans-Light.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-400 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/css/fonts/OpenSans-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/css/fonts/OpenSans-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/css/fonts/OpenSans-ExtraBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  padding: 0;
  margin: 0;
}
*, ::before, ::after {
  box-sizing: inherit;
}
body {
  background-color: transparent;
  color: #330000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  height: 100%;
  padding: 0;
  margin: 0;
}
small {
  font-size: 12px;
}
strong {
  font-weight: bold;
}
#content {
  width: 1280px;
  margin: 60px auto;
  height: 900px;
  text-align: left;
  z-index: 10;
  position: relative;
  line-height: 23px;
  background-repeat: no-repeat, repeat;
  background-color: transparent;
  color: #330000;
}
#overlay {
  display: none;
  position: absolute;
  z-index: 100;
}
#innercontent {
  position: relative;
  z-index: 5;
  float: left;
  width: 980px;
  margin-left: 10px;
  height: 900px;
  padding: 5px 30px;
  background-image: url(../images/bg70.png);
}
.profil #innercontent {
  /*  height: auto; */
  heigth: 900px;
}
#innertext {
  position: relative;
}
.contleft, .contright {
  width: 450px;
  float: left;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.contleft p:first-child, .contright p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.contright {
  margin-left: 20px;
}
.profil .contright {
  text-align: right;
}
.contleftsp {
  width: 400px;
  float: left;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.contrightsp {
  margin-left: 20px;
  width: 500px;
  float: left;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#impressum .contright {
  height: 700px;
}
.scrolling {
  overflow-y: scroll;
}
.contrightinner {
  margin-right: 20px;
}
body#start .logo1 {
  font-size: 50px;
  font-weight: bold;
  color: #65130e;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
body:not(#start) .logo1 {
  font-size: 40px;
  font-weight: bold;
  color: #65130e;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
body#start .logo2 {
  color: #971b1e;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.03em;
}
body:not(#start) .logo2 {
  color: #971b1e;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.03em;
}
.logo1 a {
  color: #65130e;
}
.logo2 a {
  color: #971b1e;
}
#start .logos .logo2 {
  margin-top: 18px;
}
#navi {
  width: 290px;
  margin-left: 0px;
  height: 900px;
  text-transform: uppercase;
  float: left;
}
#navi ul {
  list-style: none;
  color: #fff;
  padding-left: 0;
  line-height: 42px;
  margin-top: 0;
}
.navitop {
  background-color: #990000;
  padding: 20px 0 0 30px;
  height: 620px;
  width: 290px;
  opacity: 0.9;
  letter-spacing: 0.05em;
}
.navibottom {
  background-color: #660000;
  padding: 20px 0 0 30px;
  margin-top: 10px;
  color: #fff;
  width: 290px;
  height: 270px;
  position: relative;
  opacity: 0.9;
  letter-spacing: 0.05em;
}
.navibottom div {
  position: absolute;
  bottom: 30px;
}
#navi ul a {
  color: #fff !important;
}
#navi .aktiv {
  font-weight: 800;
}
#pagenavi {
  width: 100%;
  display: none;
}
#pagenavi .next, #pagenavi .back {
  font-size: 40px;
  background-color: #971B1E;
  color: #fff;
  font-weight: bold;
  height: 40px;
  width: 40px;
}
#pagenavi .back {
  float: left;
  padding: 5px 8px 10px 12px;
}
#pagenavi .next {
  float: right;
  padding: 5px 0px 10px 14px; /**/
}
#headline {
  margin-left: 35px;
  height: 25px;
  width: 580px;
  float: left;
}
h1 {
  font-family: 'Open Sans', serif;
  font-weight: 400;
  font-size: 30px;
  display: block;
  border-bottom: 1px solid #330000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #660000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
h2 {
  font-family: 'Open Sans', serif;
  font-weight: 400;
  font-size: 30px;
  display: block;
  border-bottom: 1px solid #330000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #660000;
  text-transform: uppercase;
}
h2.small {
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
}
h1 span.small {
  font-size: 20px;
  line-height: 0px;
  font-weight: 300;
}
h3 {
  font-size: 16px;
  margin: 0;
}
ul {
  margin-top: 12px;
}
ul.top {
  margin-top: 0;
  padding-top: 0;
}
.contleft ul {
  padding-left: 0;
  margin-left: 22px;
}
.bh {
  font-size: 36px;
  margin-bottom: 20px;
}
.geslogos {
  float: right;
  width: 500px;
  display: block;
  margin-top: 140px;
  margin-bottom: 25px;
}
.geslogos img {
  float: left;
}
.geslog1 {
  margin-right: 30px;
  margin-top: 5px;
  width: 120px;
  height: auto;
}
.geslog2 {
  margin-right: 30px;
  width: 120px;
  height: auto;
}
.geslog3 {
  width: 200px;
  height: auto;
}
.cite {
  font-family: "Flood" !important;
  font-weight: normal;
  /* color: #d0a9a9; */
  color: #990000;
  font-size: 46px;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 30px 30px 0;
  text-align: right;
}
.citeauth {
  font-family: 'Open Sans', sans-serif;
  display: block;
  clear: both;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0px;
  line-height: 50px;
}
.size1 {
  font-size: 46px;
  line-height: 50px;
}
.size2 {
  font-size: 75px;
  line-height: 76px;
}
.size3 {
  font-size: 55px;
  line-height: 55px;
}
.size4 {
  font-size: 72px;
  line-height: 72px;
}
.size5 {
  font-size: 60px;
}
.ckl {
  font-size: 18px;
}
#name {
  height: 42px;
  text-align: right;
  margin-right: 50px;
  padding-top: 20px;
}
#footer {
  width: 200px;
  float: left;
  margin: 15px 0 0 50px;
}
a {
  text-decoration: none;
  border: 0;
}
img {
  border: 0;
}
.red {
  color: #531c1e;
}
#innertext strong {
  color: #531c1e;
}
.mbot0 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.mtop0 {
  margin-top: 0;
  padding-top: 0;
}
#bildlinks {
  display: none;
  visibility: hidden;
}
.top1 {
  margin-top: -4px;
}
a {
  text-decoration: none;
  color: #9C1505;
}
#shownavi {
  display: none;
}
.navcopy {
  position: bottom;
  text-transform: none;
  font-size: 11px;
  font-weight: 300;
}
.profimg {
  width: 420px;
  height: auto;
}
/* Kontakt */
.adresse {
  position: absolute;
  bottom: 35px;
  left: 35px;
}
.kontform .innertable {
  font-size: 100%;
  vertical-align: top;
}
input, select, textarea, button {
  border: none;
  outline: none;
  border-bottom: 1px solid #300;
  background-color: transparent;
  padding: 5px 10px 5px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color: #300;
}
input[type=text]:focus {
  border: 0;
}
button {
  border: 0;
  width: 200px;
  text-align: left;
  color: #330000;
  font-weight: 700;
  margin-left: 10px;
}
button::before {
  background-image: url('https://www.bettina-hahn.de/images/bh-formular-pfeil.png');
  background-size: 10px 16px;
  display: inline-block;
  width: 10px;
  height: 16px;
  content: "";
  margin-right: 14px;
  margin-left: -8px;
  position: relative;
  top: 2px;
}
button:hover {
  color: #9C1505;
}
::placeholder {
  color: #330000;
  opacity: 1; /* Firefox */
}
.nachricht {
  width: 435px;
  height: 300px;
  background-color: #fff;
  border-bottom: 0;
  padding: 10px;
  border: 1px solid #330000;
}
.inputf {
  width: 300px;
}
.kontform {
  width: 400px;
}
.kontform td {
  vertical-align: top;
  padding: 10px 0px;
  min-width: 80px
}
/* Kontakt Ende */
/* Start */
#start #navi, #start .bh {
  display: none;
}
#start #bg {
  margin: 280px auto 0 auto;
  width: 920px;
}
#start .logos {
  margin-top: 50px;
  margin-left: 230px;
  text-align: center;
}
#start .headlines {
  /*  font-size: 100px; */
  font-size: 120px;
  line-height: 110px;
  font-weight: normal;
  font-family: "Flood";
}
.sh1 {
  padding-left: 230px;
}
.sh2 {
  color: #65130e;
  padding-left: 40px;
}
.sh3 {
  margin-left: 270px;
}
/* Start ende */
/* media queries */
@media only screen and (max-width: 1024px) {
  html {
    background-image: none !important;
  }
  /* header verlauf */
  .grad {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    min-height: 260px;
    height: auto;
    position: relative;
  }
  .profil .grad.schwerpunkt {
    background-image: none;
    min-height: 40px !important;
  }
  .verlauf {
    position: absolute;
    bottom: 0;
    /* height: 160px;  */
    height: 120px;
    background-color: #fff;
    width: 100%;
    /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
  }
  .logo1 {
    display: block;
    font-size: 36px;
  }
  .logo2 {
    display: block;
    font-size: 24px;
    padding-top: 4px;
  }
	
	#innertext {
		padding:10px;
	}
  /* start */
  body#start {
    width: 100%;
    background-image: url(../images/bg/tina-hahn-start-res.jpg);
    margin: 0;
    padding: 0;
    min-height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center 80px;
    background-attachment: fixed;
    text-align: center;
  }
  #start .logos {
    margin-top: 40px;
    margin-left: 0px;
    display: none;
  }
  #start .headlines {
    font-size: 54px;
    line-height: 1.2em;
    margin: 200px auto 0 auto;
    text-align: center;
    text-shadow: 0 0 0.6em rgba(255, 255, 255, 0.8);
  }
  .sh1 {
    padding-left: 0px;
  }
  .sh2 {
    color: #65130e;
    padding-left: 0px;
  }
  .sh3 {
    margin-left: 0px;
  }
  #start #bg {
    width: 100%;
  }
  #start .bh {
    display: block;
  }
  #start #pagenavi {
    display: none;
  }
  body#start .logo1, body:not(#start) .logo1 {
    font-size: 36px;
    font-weight: bold;
    color: #65130e;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  body:not(#start) .logo2, body#start .logo2 {
    font-size: 24px;
    padding-top: 14px;
  }
  /* start ende */
  .bh {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    margin-bottom: 0;
    height: 1
  }
  .bh a {
    padding: 15px;
    background-color: #fff;
    display: block;
  }
  .bgred {
    background-color: #971b1e;
  }
  #content {
    width: 100%;
    padding: 0px;
    height: 100%;
    margin-top: 0;
  }
  #impressum .contright {
    height: auto;
  }
  #navi, .navitop, .navibottom {
    width: 100%;
    background-color: #971b1e;
    opacity: 1.0;
  }
  .contleft, .contright, .contleftsp, .contrightsp {
    padding: 8px;
    width: 100%;
    margin: 0 auto;
  }
  #innercontent {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-image: none;
    border-top: 40px;
  }
  #shownavi {
    display: block;
    float: right;
    position: absolute;
    right: 20px;
    top: 22px;
    background-color: #9C1505;
    color: #fff;
    height: 30px;
    width: 30px;
  }
  #navi {
    display: none;
    height: auto;
    position: relative;
    z-index: 3000;
  }
  .navitop {
    height: auto;
    padding: 0 0 0 15px;
  }
  #navi ul {
    margin: 0 10px 0 10px;
    padding: 0;
  }
  #navi li {
    border-bottom: 1px solid #fff;
  }
  #navi .navibottom li:last-child {
    border-bottom: none;
  }
  #navi li a {
    padding: 10px 0;
    display: block;
  }
  .navibottom {
    height: auto;
    margin-top: 0;
    padding: 0 0 0 15px;
  }
  .cite {
    position: relative;
    font-size: 24px;
    line-height: 32px;
  }
  .navcopy {
    display: none;
  }
  /* button */
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 18px;
    right: 0px;
    display: block;
    height: 5px;
    width: 30px;
    /* border-top: 2px solid #fff;
    border-bottom: 3px solid #fff; */
    background-color: #fff;
    content: ''
  }
  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 7px;
    right: 0px;
    display: block;
    height: 5px;
    width: 30px;
    background: #fff;
    content: ''
  }
  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 12px;
    border: 0;
    height: 5px;
    width: 30px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .button.menu-opened:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 12px;
    background: #fff;
    width: 30px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  h1 {
    font-size: 24px;
    line-height: 2.5em;
    padding: 0;
    margin: 0 10px 10px 10px;
    bottom: 0;
    position: absolute;
    width: 95%;
  }
  h1 span.small {
    font-size: 24px;
    line-height: 0px;
  }
  h2 {
    font-size: 24px;
  }
  #pagenavi {
    width: 100%;
    display: block;
    z-index: 2000;
    position: absolute;
  }
  .profimg {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .geslogos {
    margin-top: 40px;
    width: 100%;
  }
  .geslog1 {
    margin-right: 20px;
    margin-top: 5px;
    width: 86px;
    height: auto;
  }
  .geslog2 {
    margin-right: 20px;
    width: 90px;
    height: auto;
  }
  .geslog3 {
    width: 124px;
    height: auto;
  }
  .kontform .innertable {
    font-size: 100%;
    vertical-align: top;
  }
  .nachricht {
    width: 100%;
    height: 220px;
  }
  .inputf {
    width: 100%;
  }
  .kontform {
    width: 100%;
  }
  .kontform td {
    vertical-align: top;
    padding: 5px 5px 5px 0;
    width: 100%;
    display: table;
  }
  .adresse {
    position: relative;
    clear: both;
    left: 20px;
  }
  .cite {
    line-height: 1.2em !important;
  }
  .size1 {
    font-size: 24px;
  }
  .size2 {
    font-size: 40px;
  }
  .size3 {
    font-size: 30px;
  }
  .size4 {
    font-size: 48px;
  }
  .size5 {
    font-size: 20px;
  }
  button {
    margin-left: 10px;
  }
}