/* ==========================================================================
    SOUNDELUXE media | www.soundeluxe.de
   ========================================================================== 

   C.Template 
   
   

*/

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #FF0D0A;
    text-shadow: none;
}

::selection {
    background: #FF0D0A;
    text-shadow: none;
    
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.blue {
	color: #06F;
}

.green {
	color: #0A0;
}

.menu-wrapper ul.menu, ul.tabs {
    padding: 0;
    margin: 0;
    list-style: none;
}

.spacing {
	margin-bottom: 40px;
}

a:focus   { background-color: #FF0D0A; color: white; }
a:hover   { background-color: #FFF; color: white; }
a:active  { background-color: #FF0D0A; color: black; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: #FF0D0A;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
    Forms
   ========================================================================== */
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"] {
    background: #fff;
    border: 1px solid #fff;
    padding: 7px 10px;
    width: 100%;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus {
    outline: none !important;
}

form .button {
    background: #fff;
    border: 1px solid #fff;
    padding: 7px 20px;
    text-transform: uppercase;
}

form .button:focus, form .button:active {
    outline: none !important;
}

form .button.yellow {
    background: #FF0D0A;
    color: #fff;
    border: 1px solid #FF0D0A;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
    /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
  a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
    /* h5bp.com/t */;
}

tr,
  img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

@page {
    margin: 0.5cm;
}

p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
}

h2,
  h3 {
    page-break-after: avoid;
}
}
/* ==========================================================================
    Structure & Defaults
   ========================================================================== */
html, body {
    font-size: 100%;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
}

 /*
   * haupttext groesse
   */

body {
    font: 20px/26px "Arial", Arial, sans-serif;
    font-weight: 300;
    color: #000;
    background-color: #4c4c4c;
}

a {
    color: #333333;
    text-decoration: none !important;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

a:hover {
    color: #FF0D0A;
}

h1, h2, h3, h4, h5, h6, h7 {
    font-family: "Arial", Arial, sans-serif;
    color: #333333;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 800;
}

h8 {
    font-family: "Arial", Arial, sans-serif;
    color: #FF0D0A;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 800;}

h9 {
    font-family: "Arial", Arial, sans-serif;
    color: #333333;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 800;}

h10 {
    font-family: "Arial", Arial, sans-serif;
    color: magenta;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 800;}

h1 {
    font-size: 2.6em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .8em;
}

h7 {
    font-size: 8px;
}

h8 {
    font-size: 24px;
}

h9 {
    font-size: 22px;
}

h9 {
    font-size: 30px;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bg-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.container-fluid {
    padding: 40px 40px;
}

.content {
    display: none;
}
.page-header { padding: 0px 0px; margin: 2px; border-bottom: 10px solid #FF0D0A; }

.page-line { padding: 0px 0px; margin: 2px; border-bottom: 5px solid #FF0D0A; }

/* ==========================================================================
    Header Site Styling
   ========================================================================== */
.sidebar-menu {
    position: fixed; was fixed
    z-index: 15;
    padding-right: 180px;
    
}

.logo-wrapper {
    background-color: #fff;
    text-align: center;
    padding: 0px;
   
}

.logo-wrapper h1 {
    font-size: 24px; 
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    
}

.logo-wrapper h1 span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}

.menu-wrapper {
    display: block;
}

.menu-wrapper ul.menu {


    display: block;
    background-color: rgba(255, 255, 255, 0.75);
    
    text-align: center;
    
    
}





/* Konturfarbe der Schaltflaechen */

.menu-wrapper ul.menu li {
    border-top: 0.5px solid rgba(255, 10, 13, 0.25);
}

/* Schriftfarbe Menu Schaltflaechen */
.menu-wrapper ul.menu li a {
    text-transform: uppercase;
    
    display: block;
    padding: 15px 30px;
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    
}

/* Schriftfarbe Menu open close */

.menu-wrapper a.toggle-menu {
    display: block;
    background-color: #FF0D0A;
    color: white;
    text-align: center;
    
}

.menu-wrapper a.toggle-menu i {
    padding: 5px 10px;
    font-size: 24px;
}

#prevslide {
    position: absolute;
    right: 40px;
    top: 0;
}

#nextslide {
    position: absolute;
    top: 40px;
    right: 40px;
}

#prevslide, #nextslide {
    width: 40px;
    height: 40px;
    background-color: #FF0D0A;
    color: white;
    opacity: 1 !important;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}

#prevslide i, #nextslide i {
    font-size: 24px;
}

/* ==========================================================================
    About Styling
   ========================================================================== */
.toggle-content {
    margin-top: 50px;
    margin-left: -125px;
    margin-right: 50px;
    display: block;
    padding: 80px;
    background-color: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.icon-item {
    margin-bottom: 30px;
    padding: 40px 30px;
    background-color: white;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
    display: block;
}

.icon-item i {
    font-size: 36px;
}

.icon-item.active {
    background-color: #FF0D0A;
    color: white;
    
    
}

ul.tabs {
    text-align: center;
    display: block;
}

.member-item {
    margin-top: 20px;
    overflow: hidden;
    padding: 20px;
    background-color: white;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.member-item .thumb {
    width: 100%;
    overflow: hidden;
}

.member-item .thumb img {
    width: 100%;
}

.member-item h4 {
    margin: 20px 0 10px 0;
}

.member-item span {
    text-transform: uppercase;
    color: #FF0D0A;
    font-weight: 600;
}

/* ==========================================================================
    Services Styling
   ========================================================================== */
.services .icon-item {
    padding: 40px 30px;
}

/* ==========================================================================
    Gallery Styling
   ========================================================================== */
.g-item {
    margin-bottom: 10px;
    padding: 2px;
    position: relative;
    background-color: #333333;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

.g-item img {
    overflow: hidden;
    width: 100%;
}

.g-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FF0D0A;
    text-align: center;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.g-item:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.g-item span {
    color: white;
    font-weight: 300;
    font-size: 60px;
    height: 60px;
    width: 100%;
    top: 50%;
    text-align: center;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    left: 0;
}

/* ==========================================================================
    Contact Styling
   ========================================================================== */
.google-map {
    height: 250px;
    padding: 6px;
    background-color: white;
    margin-bottom: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.google-map iframe {
    width: 100%;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

form input, form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    outline: 0;
    border: 0;
    border: 2px solid #e5e8ed;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.contact-form textarea {
    min-height: 160px;
}

.contact-form input.button {
    width: auto;
    background-color: #FF0D0A;
    border-color: #FF0D0A;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 35px;
}

.footer {
    overflow: hidden;
    position: fixed;
    bottom: 10px;
    left: 800px;
    color: white;
    font-size: 13px;
    
}

.footer a {
    color: white;
    
}

/*------------------------------------------------------
	RESPONSIVE STYLES 
--------------------------------------------------------*/



nav {
02
  font-family: Arial;
03
  text-align: right;
04
  text-transform: uppercase;
05
  background-color: #222;
06
}
07
 
08
nav ul {
09
  width: 90%;
10
  max-width: 1024px;
11
  margin: 0 auto;
12
  list-style-type: none;
13
}
14
 
15
nav ul li { display: inline-block; }
16
 
17
nav ul li a {
18
  color: #9d9d9d;
19
  font-weight: bold;
20
  text-decoration: none;
21
  display: inline-block;
22
  padding: 1em;
23
  box-sizing: border-box;
24
}
25
 
26
nav ul li a:hover { color: white; }
27
 
28
.current_page { background-color: black; }
29
 
30
.current_page a { color: white; }
31
 
32
#menu_button_wrapper { display: none; }
33
 
34
.hidden { display: none; }



@media (max-width: 760px) {
02
 
03
  #menu_button_wrapper {
04
    display: block;
05
    padding: 1em;
06
    color: #9d9d9d;
07
    border-bottom: 1px solid #101010;
08
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.1);
09
    box-shadow: 0 1px 0 rgba(255,255,255,.1);
10
    margin-bottom: .5em;
11
  }
12
 
13
  #menu_button {
14
    box-sizing: border-box;
15
    float: right;
16
    padding: .5em 1em;
17
    border: 1px solid #333;
18
    border-radius: 5px;
19
    color: white;
20
    -webkit-touch-callout: none;
21
    -webkit-user-select: none;
22
    -khtml-user-select: none;
23
    -moz-user-select: none;
24
    -ms-user-select: none;
25
    user-select: none;
26
  }
27
 
28
  #menu_button:hover {
29
    cursor: pointer;
30
    background-color: #333;
31
  }
32
 
33
  #hamburger {
34
    float: right;
35
    padding-top: .15em;
36
  }
37
 
38
  #menu_button span {
39
    display: hide;
40
    background-color: #fff;
41
    width: 1.2em;
42
    height: .15em;
43
    border-radius: 1px;
44
    margin-bottom: .2em;
45
  }
46
 
47
  nav ul {
48
    width: 100%;
49
    margin: 0 auto;
50
    padding: 0;
51
    box-sizing: border-box;
52
  }
53
 
54
  nav ul li { display: block; }
55
 
56
  nav ul li a { width: 100%; }
    
    @media (max-width: 1024px) {
    .sidebar-menu {
        padding-right: 10px;
    }

    #prevslide {
        right: 0;
    }

    #nextslide {
        right: 0;
    }

    .footer {
        position: relative; was relative
    }
}

@media (max-width: 991px) {
    .sidebar-menu {
        margin-bottom: 30px;
        padding-right: 10px;
    }

    .icon-item {
        position: relative; was relative
        z-index: 99;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        padding: 20px;
        position: relative;
    }
}

/*
 * Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/
 */

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
