/*
Site Name: toka-design.com
*/

article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
  overflow: hidden;
  width: 100%;
}

.zoomslider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-bottom: 3%;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  overflow: auto;
  font-size: 16px;
  line-height: 1.5em;
  border: hidden;
}

::-moz-selection {
  background: #03f233;
  color: #000000;
  text-shadow: none;
}
::selection {
  background: #03f233;
  color: #000000;
  text-shadow: none;
}

/* LINKS */
a {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #03f233;
}
a_active {
  color: #03f233;
}

/* LISTEN */
ul,
ol,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* TYPO */
h1 {
  font-size: 350%;
  line-height: 110%;
  margin: 0 0 40px;
}

h2 {
  font-size: 150%;
  margin-bottom: 8px;
  background-color: #ffffff;
}

h3 {
  font-size: 100%;
  margin-bottom: 8px;
}

h5 {
  font-size: 100%;
}
h6 {
  font-size: 100%;
  margin-bottom: 10px;
}

.subheads {
  font-size: 100%;
  font-weight: 700;
  margin-bottom: 10px;
}
.buttonactive {
  font-weight: bold;
  color: #000000;
}

/* LAYOUT */
.center {
  margin-top: 5%;
  /* [disabled]height: 75%; */
  width: 100%;
}
.columncontent {
  float: left;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8%;
  width: 77%;
}
.columncontent img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: none;
  max-width: 100%;
}
.startinfo {
  width: 50%;
  float: left;
  padding-bottom: 20%;
  overflow: inherit;
}

.column2 {
  width: 70%;
  overflow: hidden;
  float: left;
}
.column3 {
  width: 40%;
  overflow: hidden;
  float: left;
  padding-right: 1%;
}
.column4 {
  width: 20%;
  overflow: hidden;
  float: left;
}
.projecttxt {
  width: 18%;
  overflow: hidden;
  float: left;
  /* [disabled]display: block; */
  margin-left: 2%;
  padding-right: 0px;
}

.mleft {
  margin-left: 2%;
}

.mb {
  margin-bottom: 10px;
}
.fright,
.fleft {
  overflow: hidden;
}
.fright {
  float: right;
  padding-right: 2%;
  width: auto;
}
.fleft {
  float: left;
  width: 65%;
  height: auto;
}

/* HEADER */
header {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: white;
}

header#navtop {
  height: 10%;
  padding-top: 3%;
}
nav role {
  display: none;
}

header nav {
  float: left;
  width: 770px;
  padding-left: 170px;
  margin-top: 30px;
}
header nav ul {
  margin-right: 8px;
  float: left;
  overflow: hidden;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 1.25em;
  text-decoration: none;
  z-index: 10;
}
header_start {
  background-color: none;
}

.logo {
  width: 195px;
  height: 80px;
  margin-right: 60px;
  background-image: url(../img/toka_design.svg);
  background-repeat: no-repeat;
  float: right;
}

nav a,
menu a {
  text-decoration: none;
  color: #000000;
}
.navactive {
  color: #03f233;
}
.menuactive {
  color: #03f233;
}

.submenu {
  display: none;
}

/* FOOTER */
footer {
  position: fixed;
  width: 100%;
  height: 10%;
  background-color: white;
  padding-top: 10px;
  bottom: 0px;
}
footer.start {
  background-color: transparent;
}

footer nav ul {
  float: right;
  overflow: hidden;
}
footer a {
  text-decoration: none;
  color: #000000;
  font-weight: 800;
}
footer li {
  float: left;
  font-size: 0.8em;
  letter-spacing: 0.03em;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 12px;
  margin-bottom: 0px;
}
.footer_pic {
  overflow: inherit;
  float: left;
  width: 2%;
  padding-top: 5px;
  margin-left: 2%;
}

/*IMPRESSUM*/
.columnsimpr {
  width: 50%;
  overflow: auto;
  float: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2%;
  padding-left: 2%;
}

/* ARROW */
.up .ir {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/up.png) no-repeat center;
}
.up .ir:hover {
  background: url(../img/hover_up.png) no-repeat center;
  color: #03f233;
}

.icon_green {
  display: block;
  height: 100%;
  background: url(../img/toka_icon_green.svg) no-repeat left;
  text-align: left;
}

/*zurueck WORKS*/
.arrow {
  background: url(../img/arrow.png) no-repeat right center;
  text-decoration: none;
  padding-right: 19px;
}
.arrow:hover {
  background: url(../img/arrowhover.png) no-repeat right center;
  color: #03f233;
}
.more {
  color: #000000;
  font-style: italic;
  margin-right: 10px;
}

/* PROJEKTE */
.work {
  overflow: hidden;
  float: left;
  display: block;
  height: 20%;
  width: auto;
}
.work > a {
  display: block;
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.work img {
  width: 100%;
  height: auto;
}
/*.work .zoom { display: block; position: absolute; top: 10px; left: 0; background: url(../img/zoom.png) no-repeat center; width: 222px; height: 137px; }*/

.works figcaption,
.work {
  white-space: nowrap;
  width: auto;
}
.works figcaption a,
.work figcaption a {
  color: #000000;
  font-weight: 800;
}
.works figcaption,
.work figcaption {
  margin-top: 10px;
  padding: 0 5px;
  white-space: nowrap;
}
.works figcaption a,
.work figcaption a {
  margin: 0 0 2px;
  color: #000000;
  font-weight: 800;
}
.works figcaption p,
.work figcaption p {
  margin: 0;
}

/* Work SINGLE */
.singlework figure {
  margin-bottom: 2%;
}
.singlework figure figcaption {
  text-align: center;
}
.singlework img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}
.singlework figure figcaption:last-child {
  margin-bottom: 120px;
}

video {
  max-width: 98%;
}

/* KUNDEN*/
.client {
  width: 300px;
  overflow: hidden;
  float: left;
  display: block;
  margin: 0px 0px 60px 60px;
  position: relative;
}
.clientsingle {
  overflow: hidden;
  float: left;
  width: 200px;
  margin-right: 200px;
}
/*PREISE*/
.preise {
  max-width: 40%;
}

.preise img {
  width: 50%;
}
