p, span {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

@font-face {
    font-family: 'balkanscript';
    src: url('/Portals/12/Font/balkan-script-webfont.woff2') format('woff2'),
         url('/Portals/12/Font/balkan-script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
	scroll-behavior: smooth;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
@-webkit-keyframes move-bg {
	from {
		background-position: 0% 0%
	}
	to { 
		background-position: 200% 0%
	}
}

.headline {
	width: 100%;
	height: 500px;
	background: url(/Portals/12/Images/banner/bandoneon.jpg) 0% 0% repeat;
    text-align: center;

    font-family: 'balkanscript';
  	color: rgba(255,255,255,0.85);
    padding-top: 100px;
	-webkit-animation-name: move-bg;
	-webkit-animation-duration: 400s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
  }

.headline p {
	-webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
  	font-size: 40px;
	transition-duration: 500ms;
  }

.headline p:hover {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	transition-duration: 500ms;
}

@media screen and (max-width: 320px) {
    .headline p{
	font-size:25px;
    }
  }
@media screen and (min-width: 756px) {
    .headline p {
      font-size: 60px;
    }
  }
@media screen and (min-width: 1024px) {
    .headline p {
      font-size: 90px;
    }
  }
@media screen and (min-width: 1920px) {
    .headline p {
      font-size: 140px;
    }
}
@media screen and (min-width: 1921px) {
    .headline p {
      font-size: 160px;
    }
}

.pageheadline{
	color: #950300;
	font-size: 35px;
	font-family:balkanscript;
  }
@media screen and (max-width: 320px) {
    .pageheadline{
	font-size:25px;
    }
  }
@media screen and (min-width: 756px) {
    .pageheadline{
	font-size:50px;
    }
  }
@media screen and (min-width: 1024px) {
    .pageheadline{
      font-size: 60px;
    }
  }
@media screen and (min-width: 1920px) {
    .pageheadline{
      font-size: 70px;
    }
}
@media screen and (min-width: 1921px) {
    .pageheadline{
      font-size:80px;
    }
}
.wrap {
    width: 100%;
    font-family: 'Open Sans', Arial, 'Helvetica Neue', sans-serif;
    padding: 50px 0 60px 0 !important;
}

    .wrap a:link,
    .wrap a:visited {
        color: #c20a0c;
        text-decoration: none;
    }

    .wrap a:hover {
        color: #df080a;
        text-decoration: none;
    }

.bpara {
 	font-size: 1.4em;
  	color: #930304;
}
.mask {
            position: relative;
            overflow: hidden;
            margin: 0px  !important;
            border: none;         
        }

            .mask:hover img {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }

            .mask img {
                width: 100%;
                -webkit-transform: scale(1.0);
                -moz-transform: scale(1.0);
                -ms-transform: scale(1.0);
                -o-transform: scale(1.0);
                transform: scale(1.0);
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

.maskdown {
            position: relative;
            overflow: hidden;
            margin: 0px  !important;
            border: none;         
        }

            .maskdown:hover img {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
            }

            .maskdown img {
                width: 100%;
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }


.person img {
    filter: grayscale(100%);
     -webkit-filter: grayscale(100%);
  transition-duration: 1s;
}

.person img:hover {
    filter: grayscale(0%);
   -webkit-filter: grayscale(0%);
  transition-duration: 1s;
}

.line hr {
    width: 100%;
    background-color: #c20a0c;
    border: none;
    height: 1px;
    margin: 20px 0 30px 0;
}

.staff {
    background-color: #ffffff;
    padding: 0;
}

    .staff h2 {
        margin-top: 0px;
        margin-bottom: 20px
    }

    .staff .col-md-4 {
        text-align: center
    }

    .staff a:link,
    .staff a:visited {
        color: #ff2e30;
        text-decoration: none;
    }

    .staff a:hover {
        color: #ffffff;
        text-decoration: underline;
    }

@media only screen and (max-width:767px) {
    .staff .col-md-4 {
        margin-top: 30px
    }
}

.staff .staff-txt {
    background-color: #f4f4f4;
    padding: 30px 0px;
    position: relative;
    min-height: 650px;
  	font-size: 1.3em;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear
}
    .staff .staff-txt:hover {
        background-color: #c70400;
    }

        .staff .staff-txt:hover:before {
            background: #c70400;
        }

        .staff .staff-txt h4,
        .staff .staff-txt h5 {
            color: #c70400;
            font-size: 1.5em;
        }
        .staff .staff-txt:hover h4,
        .staff .staff-txt:hover h5 {
            color: #c70400;
        }

        .staff .staff-txt:hover p {
            color: #fff !important
        }

        .staff .staff-txt:hover a {
            color: #eaeaea !important
        }

        .staff .staff-txt:hover .ul-list li .fa {
            color: #fff
        }

    .staff .staff-txt:before {
        content: "";
        height: 20px;
        width: 20px;
        background: #fff;
        position: absolute;
        top: -10px;
        left: calc(50% - 10px);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear
    }

    .staff .staff-txt h4,
    .staff .staff-txt h5 {
        margin-top: 0px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear
    }

    .staff .staff-txt .line hr {
        width: 100px;
        height: 2px;
        background: #f30601;
        margin: 0 auto
    }

    .staff .staff-txt ul.ul-list {
        padding-left: 0px;
        padding-top: 25px;
        display: inline-block
    }

        .staff .staff-txt ul.ul-list li {
            float: left;
            list-style: none;
            margin: 0px 7px
        }

            .staff .staff-txt ul.ul-list li .fa {
                color: #000;
                -webkit-transition: all 0.5s linear;
                -moz-transition: all 0.5s linear;
                -ms-transition: all 0.5s linear;
                -o-transition: all 0.5s linear;
                transition: all 0.5s linear
            }

	.imprint {
    }

    .imprint a:link,
    .imprint a:visited {
        color: #c20a0c;
        text-decoration: none;
    }

    .imprint a:hover {
        color: #df080a;
        text-decoration: none;
    }

































