/*
  Theme Name: publitec GmbH
  Author: Marcel Balzuweit - publitec GmbH
  Author URI: https://www.publitec.de
  Version: 1.0
*/
@import url("https://fast.fonts.net/cssapi/344638ea-44ac-469c-a3e2-484e540c50e0.css");
/*----------------------------------------------------------------------------
RESET CSS
------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*----------------------------------------------------------------------------
END RESET CSS
------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
Allgemein
------------------------------------------------------------------------------*/
* {
  box-sizing: border-box; }

/* IE7 image resizing
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* Input-Felder zum anklicken */
label, input[type=button], input[type=submit], button {
  cursor: pointer; }

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  height: 0; }

strong {
  font-weight: bold; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.alignleft {
  float: left;
  margin: 0.5em 2em 0.5em 0; }

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 2em;
  max-width: 100%; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  max-width: 95%;
  height: auto; }

em {
  font-style: italic; }

.w100 {
  width: 100%;
  float: none;
  clear: both; }

.w75 {
  width: 75%; }

.w70 {
  width: 70%; }

.w66 {
  width: 66%; }

.w65 {
  width: 65%; }

.w60 {
  width: 60%; }

.w50 {
  width: 50%; }

.w48 {
  width: 48%; }

.w45 {
  width: 45%; }

.w40 {
  width: 40%; }

.w37 {
  width: 37%; }

.w35 {
  width: 35%; }

.w33 {
  width: 33.333333%; }

.w32 {
  width: 32%; }

.w30 {
  width: 30%; }

.w25 {
  width: 25%; }

.w20 {
  width: 20%; }

.links {
  float: left; }

.rechts {
  float: right; }

.inhalt ul li {
  background: url("images/li.png") no-repeat 0 10px;
  padding: 0 0 12px 20px; }

.inhalt ul {
  padding: 0 0 30px 30px; }

img {
  max-width: 100%;
  height: auto; }

.wp-caption-text {
  color: #9a9a9a;
  font-style: italic; }

/*----------------------------------------------------------------------------
mixin
------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
Variablen
------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
Einstellungen
------------------------------------------------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Futura PT W01 Book";
  font-size: 20px;
  line-height: 30px;
  color: #000;
  min-height: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e5e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-9 */ }

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  text-decoration: none;
  color: #1b3c77; }

p {
  padding-bottom: 30px; }

a {
  color: #1b3c77;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease; }

h1, h2, h3, h4, h5, h6 {
  padding: 0 0 30px 0;
  font-weight: bold;
  line-height: 58px;
  font-size: 48px;
  color: #1b3c77;
  font-family: "Futura PT W01 Heavy";
  position: relative; }

h2, h3, h4, h5, h6 {
  line-height: 38px;
  font-size: 28px; }

/*----------------------------------------------------------------------------
rahmen
------------------------------------------------------------------------------*/
.rahmen {
  width: 1388px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.rahmen:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

/*----------------------------------------------------------------------------
Header
------------------------------------------------------------------------------*/
header #logo {
  text-align: center;
  margin-top: 50px; }

header #logo img {
  width: 400px;
  max-width: 100%; }

/*----------------------------------------------------------------------------
Slider
------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
Alle Seiten
------------------------------------------------------------------------------*/
.textlinks {
  width: 47.5%;
  float: left; }

.textrechts {
  width: 47.5%;
  float: right; }

/*----------------------------------------------------------------------------
Startseite
------------------------------------------------------------------------------*/
main {
  text-align: center; }

#spiel img {
  width: 900px;
  max-width: 100%; }

/*----------------------------------------------------------------------------
 Unterseite
------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
Bildergalerie
------------------------------------------------------------------------------*/
.bildergalerie {
  padding-bottom: 30px; }

.bildergalerie div {
  width: 33.333333%;
  float: left; }

.bildergalerie div img {
  width: 96%;
  height: auto; }

.galerie div img:hover {
  opacity: 0.8; }

/*----------------------------------------------------------------------------
Pager
------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
Datei icon
------------------------------------------------------------------------------*/
a[href$=".pdf"] {
  display: inline-block;
  background: transparent url("images/pdf-icon.png") no-repeat scroll 0px 50%;
  padding: 0 0 0 40px;
  margin: 0px 35px 10px 0; }

/*----------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
CSS  Imports
------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
Responsiv
------------------------------------------------------------------------------*/
@media only screen and (max-width: 1480px) {
  .rahmen {
    width: 1200px; } }
@media only screen and (max-width: 1280px) {
  .rahmen {
    width: 1080px; } }
@media only screen and (max-width: 1152px) {
  .rahmen {
    width: 960px; } }
@media screen and (max-width: 1022px) {
  .rahmen {
    width: 690px; } }
@media only screen and (max-width: 730px) {
  .rahmen {
    width: 310px; } }

/*# sourceMappingURL=style.css.map */
