style.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. /*
  2. Theme Name: AmS 2016
  3. Theme URI: http://architekturmachtschule.de/
  4. Author: Moritz Schmidt
  5. Author URI: https://mmnx.de/
  6. Description: n/a
  7. Version: 1.0
  8. License: GNU General Public License v2 or later
  9. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  10. Tags:
  11. Text Domain: ams2016
  12. */
  13. .carousel-control {
  14. background: none !important;
  15. }
  16. .carousel-control .icon-next::before, .carousel-control .icon-prev::before {
  17. content: none;
  18. }
  19. .carousel-control .icon-next .fa-chevron-right:before, .carousel-control .icon-prev .fa-chevron-left:before {
  20. position: absolute;
  21. left: 25px;
  22. top: 18px;
  23. font-size: 50px;
  24. }
  25. .carousel-control .fa-chevron-right, .carousel-control .fa-chevron-left {
  26. background: #008238;
  27. border-radius: 50%;
  28. padding: 40px;
  29. }
  30. .carousel-control .icon-prev .fa-chevron-left:before {
  31. left: 18px;
  32. }
  33. .carousel-inner > .carousel-item > img {
  34. width: 100%;
  35. }
  36. .carousel {
  37. max-height: 350px;
  38. overflow: hidden;
  39. }
  40. .navbar {
  41. background: #C0C0C0;
  42. position: -webkit-sticky;
  43. position: sticky;
  44. top: 0;
  45. width: 100%;
  46. border-radius: 0;
  47. z-index: 99;
  48. }
  49. .beam {
  50. margin-top: 50px;
  51. margin-bottom: 50px;
  52. text-align: center;
  53. font-family: 'Special Elite', cursive;
  54. }
  55. .beam h1 {
  56. font-size: 60px;
  57. text-align: left;
  58. }
  59. .beam + .container {
  60. font-family: 'Special Elite', cursive;
  61. font-size: 18px;
  62. line-height: 30px;
  63. }
  64. /*.beam > .container > * {
  65. margin: 0;
  66. text-transform: uppercase;
  67. }*/
  68. .beam ~ .beam {
  69. margin-top: 50px;
  70. }
  71. .teaser {
  72. font-size: 27px;
  73. line-height: 35px;
  74. color: #000000;
  75. }
  76. .content-wrapper {
  77. position: relative;
  78. padding: 0;
  79. padding-top: 1px;
  80. margin-top: -1px;
  81. margin-bottom: 25px;
  82. }
  83. .content-wrapper:first-of-type {
  84. padding-top: 1px;
  85. margin-top: -1px; /* weird bug idk */
  86. }
  87. .content-wrapper::before {
  88. content: " ";
  89. position: absolute;
  90. width: 100%;
  91. height: 100%;
  92. /*background: url(img/bg.jpg) repeat-y center;*/
  93. background: #00004d;
  94. background-size: cover;
  95. opacity: 0.2;
  96. }
  97. .content-wrapper:nth-child(2n)::before {
  98. background: url(img/ams_hintergrund.png) no-repeat center fixed;
  99. background-size: 100% auto;
  100. }
  101. .content-wrapper:nth-child(3n)::before {
  102. /*background: url(img/bg2.jpg) repeat-y center;*/
  103. background: #004d00;
  104. }
  105. #tda-slider .card {
  106. max-width: 20rem;
  107. margin-right: 25px;
  108. }
  109. .card-img-top {
  110. margin: 0 auto;
  111. }
  112. #tda-slider {
  113. margin-top: 25px;
  114. }
  115. #partners .col-md-4 {
  116. display: flex;
  117. }
  118. #partners .card {
  119. width: 100%;
  120. }
  121. .tda-gallery {
  122. padding-top: 25px;
  123. }
  124. .tda-content {
  125. padding-top: 25px;
  126. max-height: 350px;
  127. overflow: auto;
  128. }
  129. .tda-content a {
  130. color: inherit;
  131. }
  132. .tag-pill {
  133. color: white;
  134. background: black;
  135. padding: 20px 25px;
  136. font-size: 25px;
  137. }
  138. #single, #tdas-single {
  139. margin-bottom: 0;
  140. }
  141. #tdas-single h1 {
  142. margin-top: 10px;
  143. }
  144. #tdas-single span.tag {
  145. padding: 21px 31px;
  146. padding-top: 30px;
  147. }
  148. .slick-slide {
  149. margin: 10px;
  150. }
  151. .navbar-light .navbar-nav .nav-link {
  152. color: rgba(0, 0, 0, 0.7);
  153. }
  154. .text-muted {
  155. color: #5f676d !important;
  156. }
  157. .relcontainer {
  158. position: relative;
  159. }
  160. .tda-hover {
  161. position: absolute;
  162. left: 0;
  163. top: 0;
  164. width: 100%;
  165. height: 100%;
  166. background: rgba(0, 0, 0, 0.3);
  167. }
  168. .tda-hover .relcontainer {
  169. width: 100%;
  170. height: 100%;
  171. }
  172. .tda-hover .relcontainer span {
  173. position: absolute;
  174. left: 50%;
  175. top: 50%;
  176. transform: translate(-50%, -50%);
  177. color: #fff;
  178. font-size: 50px;
  179. }
  180. .tda-item img {
  181. width: 100%;
  182. height: 100%;
  183. }
  184. .slick-prev:before, .slick-next:before {
  185. color: #008238;
  186. }
  187. .slick-slider .icon-next, .slick-slider .icon-prev {
  188. position: absolute;
  189. top: 50%;
  190. display: block;
  191. width: 30px;
  192. height: 30px;
  193. padding: 0;
  194. -webkit-transform: translate(0, -50%);
  195. -ms-transform: translate(0, -50%);
  196. transform: translate(0, -50%);
  197. background: #008238;
  198. padding: 20px;
  199. border-radius: 50%;
  200. opacity: 0.4;
  201. transition: opacity 0.3s ease;
  202. }
  203. .slick-slider .icon-next:hover, .slick-slider .icon-prev:hover {
  204. opacity: 1;
  205. }
  206. .slick-slider .icon-next > .fa, .slick-slider .icon-prev > .fa {
  207. color: #fff;
  208. font-weight: 900;
  209. }
  210. .slick-slider .icon-next > .fa:before {
  211. position: absolute;
  212. left: 12px;
  213. top: 10px;
  214. font-size: 25px;
  215. }
  216. .slick-slider .icon-prev > .fa:before {
  217. position: absolute;
  218. left: 9px;
  219. top: 10px;
  220. font-size: 25px;
  221. }
  222. .slick-slider .icon-next {
  223. right: 5px;
  224. z-index: 5;
  225. }
  226. .slick-slider .icon-prev {
  227. left: 5px;
  228. z-index: 5;
  229. }
  230. .b-to-top {
  231. text-align: center;
  232. padding-bottom: 5px;
  233. }
  234. .b-to-top a {
  235. background: grey;
  236. border-radius: 50%;
  237. padding: 5px;
  238. color: white;
  239. }
  240. .tda-item .tda-hover {
  241. transition: transform 0.7s ease;
  242. transform: scale(0, 0);
  243. }
  244. .tda-item:hover .tda-hover {
  245. transform: scale(1, 1);
  246. }
  247. .footer-wrapper {
  248. font-family: 'Special Elite', cursive;
  249. background: #C0C0C0;
  250. }
  251. footer p {
  252. margin-top: 1rem;
  253. }
  254. footer p a {
  255. color: #373a3c;
  256. }
  257. a:hover {
  258. text-decoration: none;
  259. }
  260. .card a {
  261. color: inherit;
  262. }
  263. .navbar-nav .nav-item:first-child {
  264. margin-left: 0;
  265. }
  266. .card a:hover {
  267. color: #014c8c;
  268. }
  269. #ams-topnav {
  270. font-family: 'Special Elite', cursive;
  271. }
  272. .jumper {
  273. position: absolute;
  274. top: -50px;
  275. }
  276. @media(min-width: 544px) {
  277. .menu-item.dropdown::after {
  278. content: "\f0d7";
  279. font: normal normal normal 14px/1 FontAwesome;
  280. position: absolute;
  281. right: -12px;
  282. top: 12px;
  283. }
  284. }
  285. @media (min-width: 768px) {
  286. .navbar-nav .nav-item {
  287. margin-left: 1rem;
  288. }
  289. }
  290. @media (min-width: 992px) {
  291. span.tag {
  292. left: -15px;
  293. position: absolute;
  294. }
  295. }
  296. @media (min-width: 1280px) {
  297. .slick-slider .icon-next, .slick-slider .icon-prev {
  298. width: 80px;
  299. height: 80px;
  300. }
  301. .slick-slider .icon-next > .fa:before {
  302. position: absolute;
  303. left: 25px;
  304. top: 19px;
  305. font-size: 50px;
  306. }
  307. .slick-slider .icon-prev > .fa:before {
  308. position: absolute;
  309. left: 15px;
  310. top: 17px;
  311. font-size: 50px;
  312. }
  313. .slick-slider .icon-next {
  314. right: -105px;
  315. }
  316. .slick-slider .icon-prev {
  317. left: -105px;
  318. }
  319. }